Add neovim ftdetect files

This commit is contained in:
2024-12-29 11:19:06 +01:00
parent 3fffb88530
commit 655f3d0ff2
14 changed files with 124 additions and 0 deletions

View File

@ -0,0 +1,3 @@
set expandtab
set softtabstop=4
set shiftwidth=4

View File

@ -0,0 +1,6 @@
set tabstop=8
set expandtab
set softtabstop=4
set shiftwidth=4
set shiftround
"setlocal omnifunc=v:lua.vim.lsp.omnifunc

View File

@ -0,0 +1,4 @@
setlocal expandtab
setlocal tabstop=4
setlocal shiftwidth=4
"setlocal omnifunc=v:lua.vim.lsp.omnifunc