nvim: fix scdoc detect and add a new plugin

This commit is contained in:
Hedy Li 2021-09-07 18:09:02 +08:00
parent 0a334f60de
commit ba3c915bab
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
autocmd BufNewFile,BufRead *.scd sed filetype=scdoc
autocmd BufNewFile,BufRead *.scd set filetype=scdoc

View File

@ -46,6 +46,7 @@ if has("nvim-0.5")
else
Plug 'neoclide/coc.nvim', {'branch': 'release'}
endif
Plug 'hedyhli/vim-bun' " bun filetype support
call plug#end()
" Plugin declarations ends here
" =============================