Merged master into HEAD

This commit is contained in:
Alyxia Sother 2021-09-08 20:11:04 +02:00
commit f5586af58c
No known key found for this signature in database
GPG Key ID: 355968D14144B739
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 {{{