mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Merged master into HEAD
This commit is contained in:
commit
f5586af58c
2 changed files with 3 additions and 2 deletions
|
@ -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})
|
||||
|
|
|
@ -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 {{{
|
||||
|
|
Loading…
Reference in a new issue