diff --git a/.vim/vimrc b/.vim/vimrc index 44817a9..a53249d 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -76,6 +76,7 @@ Plugin 'tpope/vim-fugitive' " Git integration Plugin 'kergoth/vim-bitbake' " Bitbake templates and syntax "Plugin 'vim-scripts/DoxygenToolkit.vim' " Doxygen support Plugin 'pboettch/vim-cmake-syntax' +Plugin 'aklt/plantuml-syntax' " }}} " Colorschemes {{{ @@ -155,7 +156,7 @@ syntax on set showmatch "set matchtime=3 "Control it with %/s///i - ignore and I - sens -"set ignorecase +set ignorecase set smartcase " %s///g not needed set gdefault @@ -195,10 +196,6 @@ let g:gutentags_cache_dir='~/.vim/tags' "Changing Leader Key let mapleader = "\\" -nnoremap j J -nnoremap k K -nnoremap J 5j -nnoremap K 5k "nnoremap j gj "nnoremap k gk