Separate config into '.vim/plugins/'

This commit is contained in:
2024-09-22 13:13:29 +02:00
parent 0ce01efd46
commit 21e5d0ac86
7 changed files with 59 additions and 69 deletions

3
.vim/plugin/jsonc.vim Normal file
View File

@@ -0,0 +1,3 @@
" JSONC (see https://github.com/neoclide/jsonc.vim/pull/9")
au BufNewFile,BufRead */.vscode/*.json setlocal filetype=jsonc