lua formatting

This commit is contained in:
Chris 2021-03-17 15:48:52 -04:00
parent b29ef8fa58
commit 5f482b6054
8 changed files with 68 additions and 42 deletions

View file

@ -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