indents
This commit is contained in:
parent
5311fd4cdb
commit
ff670efde0
|
@ -2,4 +2,9 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
|
||||
vim.bo.tabstop = 4
|
||||
vim.bo.shiftwidth = 4
|
||||
vim.bo.expandtab = false
|
||||
|
||||
return {}
|
||||
|
|
Loading…
Reference in New Issue