Update autopairs, add stylelint LSP

This commit is contained in:
2021-10-28 13:05:21 -05:00
parent 1833453019
commit 07530fb3f8
4 changed files with 35 additions and 2 deletions

5
vimrc
View File

@ -73,6 +73,11 @@ if filereadable(expand("~/.config/nvim/nvim-cmp.vimrc"))
source ~/.config/nvim/nvim-cmp.vimrc
endif
" Autopairs
if filereadable(expand("~/.config/nvim/autopairs.vimrc"))
source ~/.config/nvim/autopairs.vimrc
endif
" LSP
if filereadable(expand("~/.config/nvim/lspconfig.vimrc"))
source ~/.config/nvim/lspconfig.vimrc