Remove laststatus line

Causes issues on certain neovim versions and it's ultimately unnecessary.
This commit is contained in:
Jacob 2024-01-27 17:34:32 -05:00
parent 37889941ae
commit f11e54f390

View file

@ -112,7 +112,6 @@ opt.softtabstop = 4 -- Display a tab (\t) as 4 spaces
opt.shiftwidth = 4 -- Indents for << or >>
opt.spellsuggest = 'best,5' -- Prefer the best suggestions
opt.foldmethod = 'indent' -- Fold based on indents
opt.laststatus = 0 -- Don't display file information
opt.termguicolors = true -- Enable true color
opt.autochdir = true -- Automatically change directory to the file we're editing
opt.background = 'dark' -- Set background to dark