aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-03-13 19:53:37 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-03-13 19:53:37 +0100
commit5cf8398f55fcdab0bb8bb4ea277b265aab7dd47b (patch)
treea70bf2ac1e47798940ef7b3aeba713278847524d /.vimrc
parent833de3c305167dd02661434f0e48ea2c1157bab2 (diff)
downloaddotfiles-5cf8398f55fcdab0bb8bb4ea277b265aab7dd47b.tar.gz
Update
Diffstat (limited to '.vimrc')
-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>