summaryrefslogtreecommitdiff
path: root/lua/settings.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-17 15:48:52 -0400
committerChris <[email protected]>2021-03-17 15:48:52 -0400
commit5f482b6054ee67408ce111a2498bcbb69e4271e1 (patch)
tree6436a35aa9389a9b7d11f604ffa28ff60f624e82 /lua/settings.lua
parentb29ef8fa58b5214ed835f7711243e0ba492aebce (diff)
lua formatting
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