NORD THEME VIM

This commit is contained in:
Yash Karandikar 2022-04-19 08:51:14 -05:00
parent 80f14a874d
commit e7ab1650d0

3
.vimrc
View file

@ -20,8 +20,11 @@ Plug 'ycm-core/YouCompleteMe'
Plug 'preservim/nerdtree'
Plug 'ryanoasis/vim-devicons'
Plug 'alx741/vim-rustfmt'
Plug 'arcticicestudio/nord-vim'
call plug#end()
colorscheme nord
" Keybindings for tab management
map <C-z> :tabp<CR>
map <C-x> :tabn<CR>