sets: I finally got what the hidden options does.
This commit is contained in:
parent
d93299583e
commit
c1c400a6f8
|
@ -24,9 +24,6 @@ vim.opt.undodir = os.getenv("HOME") .. "/.local/state/nvim/undodir"
|
|||
vim.opt.undofile = true
|
||||
vim.opt.updatetime = 50
|
||||
|
||||
-- close unused buffers
|
||||
vim.opt.hidden = false -- TODO: not working
|
||||
|
||||
-- my brain is backwards
|
||||
vim.opt.splitright = true
|
||||
vim.opt.splitbelow = true
|
||||
|
|
Loading…
Reference in a new issue