diff options
author | Chris <[email protected]> | 2021-03-17 15:48:52 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-17 15:48:52 -0400 |
commit | 5f482b6054ee67408ce111a2498bcbb69e4271e1 (patch) | |
tree | 6436a35aa9389a9b7d11f604ffa28ff60f624e82 /lua/settings.lua | |
parent | b29ef8fa58b5214ed835f7711243e0ba492aebce (diff) |
lua formatting
Diffstat (limited to 'lua/settings.lua')
-rw-r--r-- | lua/settings.lua | 1 |
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 |