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,
|
foldlevelstart = 99,
|
||||||
foldmethod = "indent",
|
foldmethod = "indent",
|
||||||
formatoptions = "lm",
|
formatoptions = "lm",
|
||||||
|
hidden = false,
|
||||||
linebreak = true,
|
linebreak = true,
|
||||||
mouse = "n",
|
mouse = "n",
|
||||||
number = true,
|
number = true,
|
||||||
|
|
Loading…
Reference in a new issue