dotfilesClean dotfiles |
git clone git://git.dimitrijedobrota.com/dotfiles.git |
Log | Files | Refs | |
commit | 5ad9e25f01088648222d4aed04dadb1c961e9e64 |
parent | cc8885416983860d560c8c1d808b3ad41b0a66c3 |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Fri, 21 Jul 2023 15:56:37 +0200 |
Add a few filetype plugins to VIM
Diffstat:M | .xdg/config/vim/vimrc | | | +++ |
1 files 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