[nvim] Add Arduino extension

This commit is contained in:
Keanu Timmermans 2021-09-08 11:31:17 +02:00
parent dbf434d822
commit 4ac23c8391
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 1 additions and 0 deletions

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 {{{