nvim: add config files
This commit is contained in:
4
nvim/after/ftplugin/cpp.vim
Normal file
4
nvim/after/ftplugin/cpp.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
setlocal shiftwidth=8
|
||||
setlocal tabstop=8
|
||||
|
||||
set cinoptions+=g0
|
||||
3
nvim/after/ftplugin/less.vim
Normal file
3
nvim/after/ftplugin/less.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
setlocal expandtab
|
||||
setlocal softtabstop=2
|
||||
setlocal shiftwidth=2
|
||||
2
nvim/after/ftplugin/lua.vim
Normal file
2
nvim/after/ftplugin/lua.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
setlocal shiftwidth=4
|
||||
setlocal tabstop=4
|
||||
3
nvim/after/ftplugin/pug.vim
Normal file
3
nvim/after/ftplugin/pug.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
setlocal expandtab
|
||||
setlocal softtabstop=2
|
||||
setlocal shiftwidth=2
|
||||
Reference in New Issue
Block a user