aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 3df9424..6805313 100644
--- a/.vimrc
+++ b/.vimrc
@@ -5,10 +5,9 @@ call plug#begin()
5 Plug 'mitjafelicijan/ungabunga' 5 Plug 'mitjafelicijan/ungabunga'
6call plug#end() 6call plug#end()
7 7
8set nocompatible laststatus=2 8set nocompatible laststatus=2 encoding=utf8 spelllang=en_us
9set number relativenumber autoindent signcolumn=yes cursorline ignorecase 9set number relativenumber autoindent signcolumn=yes cursorline ignorecase
10set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 10set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
11set encoding=utf8 spelllang=en_us
12colorscheme ungabunga 11colorscheme ungabunga
13 12
14nnoremap <C-Right> :bnext<cr> 13nnoremap <C-Right> :bnext<cr>