mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add some language-specific plugins
This commit is contained in:
parent
9377f1721a
commit
5ee89b2253
2 changed files with 6 additions and 0 deletions
2
nvim/coc-languages/lisp.vim
Normal file
2
nvim/coc-languages/lisp.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
call extend(g:dotfiles_coc_extensions, {'coc-cl': 1})
|
||||
call extend(g:dotfiles_coc_filetypes, {'lisp': 1})
|
4
nvim/coc-languages/lua.vim
Normal file
4
nvim/coc-languages/lua.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
if !has('nvim-0.2.1') | finish | endif
|
||||
call extend(g:dotfiles_coc_extensions, {'coc-stylua': 1})
|
||||
let g:coc_user_config['coc.preferences.formatOnSaveFiletypes'] = ['lua']
|
||||
let g:coc_user_config['stylua.styluaPath'] = "/usr/bin/stylua"
|
Loading…
Reference in a new issue