mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
lua formatting
This commit is contained in:
parent
b29ef8fa58
commit
5f482b6054
8 changed files with 68 additions and 42 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue