mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "4ac23c83913882bf46d162d2767d2fd361b03fb9" and "d466d95bb75bb7131656506ae9b0422427ca6e8b" have entirely different histories.
4ac23c8391
...
d466d95bb7
2 changed files with 2 additions and 3 deletions
|
|
@ -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']
|
||||
|
|
|
|||
|
|
@ -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 {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue