commit b9a83361599fa126f7d9f57804a069b230b49340
parent e0cd6764e5b1efe0eaada8db63ef4e7d6d7a7933
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date: Fri, 21 Jul 2023 17:56:37 +0200
Add a few filetype plugins to VIM
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.xdg/config/vim/vimrc b/.xdg/config/vim/vimrc
@@ -27,6 +27,9 @@ Plugin 'prabirshrestha/asyncomplete.vim'
Plugin 'prabirshrestha/asyncomplete-lsp.vim'
Plugin 'keremc/asyncomplete-clang.vim'
+Plugin 'sheerun/vim-polyglot'
+Plugin 'bfrg/vim-cpp-modern'
+
call vundle#end()
filetype plugin indent on