Compare commits

..

No commits in common. "4ac23c83913882bf46d162d2767d2fd361b03fb9" and "d466d95bb75bb7131656506ae9b0422427ca6e8b" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

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

View file

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