commit 5ad9e25f01088648222d4aed04dadb1c961e9e64
parent cc8885416983860d560c8c1d808b3ad41b0a66c3
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