diff options
Diffstat (limited to 'lua/settings.lua')
-rw-r--r-- | lua/settings.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/settings.lua b/lua/settings.lua index 5c5945cf..2d7c3ac4 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -17,6 +17,7 @@ vim.cmd('set sw=4') --Change the number of space characte vim.bo.expandtab=true --Converts tabs to spaces vim.bo.smartindent=true --Makes indenting smart vim.wo.number = true +vim.o.laststatus = 2 vim.wo.cursorline=true --Enable highlighting of the current line vim.o.showtabline=2 --Always show tabs vim.o.showmode=false --We don't need to see things like -- INSERT -- anymore |