add let/in with aliases
This commit is contained in:
@@ -23,8 +23,8 @@ o.relativenumber = true
|
||||
vim.cmd('highlight LineNr ctermfg=054')
|
||||
|
||||
-- tabs
|
||||
o.tabstop = 4
|
||||
o.shiftwidth = 4
|
||||
o.tabstop = 2
|
||||
o.shiftwidth = 2
|
||||
o.softtabstop = -1 -- if negative uses shift width
|
||||
o.expandtab = true
|
||||
o.smarttab = true
|
||||
|
||||
Reference in New Issue
Block a user