diff --git a/.vimrc b/.vimrc index 20e5b27a03dce211d98babfae87a40caf46d4f9e..ee7b0a1b3360875f1368f7d237eb198b9e24d836 100644 --- a/.vimrc +++ b/.vimrc @@ -1,15 +1,14 @@ call plug#begin() - Plug 'tpope/vim-commentary' Plug 'tpope/vim-fugitive' + Plug 'tpope/vim-commentary' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' - Plug 'mitjafelicijan/ungabunga' call plug#end() set nocompatible laststatus=2 encoding=utf8 spelllang=en_us set number relativenumber autoindent signcolumn=yes cursorline ignorecase set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 -colorscheme ungabunga +colorscheme wildcharm nnoremap :bnext nnoremap :bprevious