Compare commits

...

2 commits

Author SHA1 Message Date
4ac23c8391
[nvim] Add Arduino extension 2021-09-08 11:31:17 +02:00
dbf434d822
[nvim] Update coc-sh config 2021-09-08 11:31:14 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
let g:dotfiles_coc_extensions += ['coc-sh']
let g:coc_filetypes += ['sh', 'zsh']
call extend(g:dotfiles_coc_extensions, {'coc-sh': 1})
call extend(g:dotfiles_coc_filetypes, {'sh': 1, 'zsh': 1})

View file

@ -14,6 +14,7 @@ let s:plug = funcref('dotfiles#plugman#register')
" Language specific {{{
call s:plug('alaviss/nim.nvim')
call s:plug('stevearc/vim-arduino')
" }}}
" Misc {{{