Skip to content

Commit

Permalink
feat(nvim): enable confirm option
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Apr 9, 2024
1 parent 18c9b8a commit af17d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/plugin/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ opt.splitright = true -- Splitting a window will put the new window right of the
opt.showcmd = false -- Disable displaying key presses at the right bottom.
opt.showmode = false -- Disable native mode indicator.
opt.cmdheight = 0 -- Disable command-line area.
opt.confirm = true -- Ask for confirmation when closing a modified buffer.

-- Window Options
opt.breakindent = true -- Wrapped lines will be visually indented with same amount of space.
Expand Down

0 comments on commit af17d0c

Please sign in to comment.