summaryrefslogtreecommitdiff
path: root/lua/settings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/settings.lua')
-rw-r--r--lua/settings.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/settings.lua b/lua/settings.lua
index 2d7c3ac4..5c5945cf 100644
--- a/lua/settings.lua
+++ b/lua/settings.lua
@@ -17,7 +17,6 @@ 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