[nvim] Add nvim api completion plugin

This commit is contained in:
Alyxia Sother 2021-09-10 18:33:48 +02:00
parent 7fb0e122db
commit af87a53544
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 1 additions and 0 deletions

View File

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