aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-08-04 02:50:50 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-08-04 02:50:50 +0200
commit561c2d277954c08f90d9614ea7a4eef74ebb1c6e (patch)
treec4ad19aaf3eacff6ba24e452a4c74d8234099c31 /.vimrc
parentc7e39fec3c9e72c721bd3d8bf855a0b52f3e5bca (diff)
downloaddotfiles-561c2d277954c08f90d9614ea7a4eef74ebb1c6e.tar.gz
Update
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 36c721e..b06c20f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -3,14 +3,14 @@ filetype plugin on
3 3
4call plug#begin() 4call plug#begin()
5 Plug 'tpope/vim-commentary' 5 Plug 'tpope/vim-commentary'
6 Plug 'airblade/vim-gitgutter' 6 Plug 'mitjafelicijan/sniper.vim'
7 Plug 'ctrlpvim/ctrlp.vim' 7 Plug 'ctrlpvim/ctrlp.vim'
8call plug#end() 8call plug#end()
9 9
10set path+=** laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 10set path+=** laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4
11set number relativenumber autoindent cursorline ignorecase signcolumn=yes 11set number relativenumber autoindent cursorline ignorecase hlsearch incsearch
12set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 12set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
13set hlsearch incsearch backspace=indent,eol,start completeopt=menuone 13set backspace=indent,eol,start completeopt=menuone
14colorscheme wildcharm 14colorscheme wildcharm
15 15
16nnoremap <C-Right> :bnext<cr> 16nnoremap <C-Right> :bnext<cr>