dotfiles/vimrc
2021-11-28 13:26:45 +01:00

19 lines
375 B
VimL

call plug#begin()
Plug 'doums/darcula'
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
Plug 'scrooloose/nerdtree'
Plug 'tpope/vim-fugitive'
Plug 'scrooloose/syntastic'
Plug 'valloric/youcompleteme'
Plug 'bling/vim-airline'
call plug#end()
colorscheme darcula
set termguicolors
nnoremap <silent> <C-k><C-B> :NERDTreeToggle<CR>
set tabstop=4
set shiftwidth=4
set expandtab