Nvim: allow changing buffers with unsaved changes
This commit is contained in:
parent
fcc5cc64de
commit
fe6dbaaa60
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ o.signcolumn = 'yes'
|
|||
-- Diff settings
|
||||
cmd 'set diffopt=filler,internal,algorithm:histogram,indent-heuristic'
|
||||
|
||||
-- Allow switching buffers with unsaved changes
|
||||
cmd 'set hidden'
|
||||
|
||||
-- Show line numbers
|
||||
cmd 'set number'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue