Added vim plugins runtime folder so that fugitive works again

This commit is contained in:
Jesper Fussing Mørk 2018-07-12 13:15:21 +02:00
parent d62002c544
commit 705e455cd0
1 changed files with 1 additions and 6 deletions

View File

@ -10,13 +10,9 @@ set expandtab
set number set number
set autoread set autoread
set background=dark set background=dark
set rtp^=/usr/share/vim/vimfiles/
colorscheme solarized colorscheme solarized
"NERDTree
let NERDTreeShowHidden=1
let g:NERDTreeDirArrowExpandable = '▸'
let g:NERDTreeDirArrowCollapsible = '▾'
"Airline "Airline
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1
let g:Powerline_symbols='unicode' let g:Powerline_symbols='unicode'
@ -35,7 +31,6 @@ let g:ycm_min_num_of_chars_for_completion=10
:imap <c-s> <Esc>:w<CR>a :imap <c-s> <Esc>:w<CR>a
nnoremap <F7> :bp<CR> nnoremap <F7> :bp<CR>
nnoremap <F8> :bn<CR> nnoremap <F8> :bn<CR>
map <C-n> :NERDTreeToggle<CR>
"AutoCommands "AutoCommands
au BufWinEnter * set number au BufWinEnter * set number