aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-03-11 03:02:22 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-03-11 03:02:22 +0100
commit05761911c2b647f727e773016d494940cee28f72 (patch)
treec34d6c9181631b569c2e6e6c4127a033de5ee700 /.vimrc
parent260e5a3d6f664f1b4d1f1c1b050f5597f62da222 (diff)
downloaddotfiles-05761911c2b647f727e773016d494940cee28f72.tar.gz
Update
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>