aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 20e5b27..ee7b0a1 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,15 +1,14 @@
1call plug#begin() 1call plug#begin()
2 Plug 'tpope/vim-commentary'
3 Plug 'tpope/vim-fugitive' 2 Plug 'tpope/vim-fugitive'
3 Plug 'tpope/vim-commentary'
4 Plug 'ctrlpvim/ctrlp.vim' 4 Plug 'ctrlpvim/ctrlp.vim'
5 Plug 'dense-analysis/ale' 5 Plug 'dense-analysis/ale'
6 Plug 'mitjafelicijan/ungabunga'
7call plug#end() 6call plug#end()
8 7
9set nocompatible laststatus=2 encoding=utf8 spelllang=en_us 8set nocompatible laststatus=2 encoding=utf8 spelllang=en_us
10set number relativenumber autoindent signcolumn=yes cursorline ignorecase 9set number relativenumber autoindent signcolumn=yes cursorline ignorecase
11set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 10set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
12colorscheme ungabunga 11colorscheme wildcharm
13 12
14nnoremap <C-Right> :bnext<cr> 13nnoremap <C-Right> :bnext<cr>
15nnoremap <C-Left> :bprevious<cr> 14nnoremap <C-Left> :bprevious<cr>