Umbreon install update

This commit is contained in:
2022-04-20 12:59:45 -06:00
parent c1ee716a90
commit 1c329c86f6
15 changed files with 61 additions and 9 deletions

View File

@ -15,13 +15,13 @@ Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-surround'
" nerdtree
Plugin 'git://github.com/scrooloose/nerdtree.git'
Plugin 'https://github.com/scrooloose/nerdtree.git'
" go-vim
Plugin 'fatih/vim-go'
" youCompleteMe
Plugin 'git://github.com/Valloric/YouCompleteMe.git'
Plugin 'https://github.com/Valloric/YouCompleteMe.git'
" omnisharp (c#)
Plugin 'OmniSharp/omnisharp-vim'
@ -49,7 +49,7 @@ filetype plugin indent on
" ===================================================================================
" --- Nerd Tree ---------------------------------------------------------------------
map <C-o> :NERDTreeToggle %<CR>
nnoremap <C-o> :NERDTreeToggle %<CR>
let g:NERDTreeNodeDelimiter = "\u00a0" " -- Was seeing ^G character, and this should fix that