stuff
This commit is contained in:
parent
40fa47aa34
commit
78faa96e1f
11 changed files with 313 additions and 21 deletions
|
|
@ -19,6 +19,7 @@ vim.o.colorcolumn = "80"
|
|||
-- Set default tabstop and shiftwidth
|
||||
vim.o.tabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.expandtab = true
|
||||
|
||||
-- Show <tab> and trailing spaces
|
||||
vim.o.list = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue