chore(nvim): no hidden buffers

This commit is contained in:
Oliver Davies 2022-03-02 19:41:17 +00:00
parent 8f64d2773d
commit f11372b550

View file

@ -74,6 +74,7 @@ local function set_vim_o()
foldlevelstart = 99,
foldmethod = "indent",
formatoptions = "lm",
hidden = false,
linebreak = true,
mouse = "n",
number = true,