feat(neovim): use 4 spaces instead of tab
This commit is contained in:
parent
4e416f8a0e
commit
9fdf3ec7a1
1 changed files with 5 additions and 0 deletions
|
|
@ -75,4 +75,9 @@ vim.o.autowriteall = true
|
||||||
|
|
||||||
vim.lsp.enable 'bashls'
|
vim.lsp.enable 'bashls'
|
||||||
|
|
||||||
|
vim.o.expandtab = true
|
||||||
|
vim.o.smartindent = true
|
||||||
|
vim.o.tabstop = 4
|
||||||
|
vim.o.shiftwidth = 4
|
||||||
|
|
||||||
-- vim: ts=2 sts=2 sw=2 et
|
-- vim: ts=2 sts=2 sw=2 et
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue