chore(nvim): no hidden buffers
This commit is contained in:
parent
8f64d2773d
commit
f11372b550
|
@ -74,6 +74,7 @@ local function set_vim_o()
|
|||
foldlevelstart = 99,
|
||||
foldmethod = "indent",
|
||||
formatoptions = "lm",
|
||||
hidden = false,
|
||||
linebreak = true,
|
||||
mouse = "n",
|
||||
number = true,
|
||||
|
|
Loading…
Reference in a new issue