aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-04-30 01:34:28 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-04-30 01:34:28 +0200
commit26592eccf94d2a4a51230f5974d081868acb20bf (patch)
tree96109bf9556acdda81434ba00650cea6a2463393 /.vimrc
parent97427f083a2f1b5153bc12640146447d9c9344a7 (diff)
downloaddotfiles-26592eccf94d2a4a51230f5974d081868acb20bf.tar.gz
Cleanup and typo fixes
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 0e81ae4..f11fb47 100644
--- a/.vimrc
+++ b/.vimrc
@@ -15,14 +15,13 @@ set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
15set backspace=indent,eol,start completeopt=menuone path+=** 15set backspace=indent,eol,start completeopt=menuone path+=**
16set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 16set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10
17set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so 17set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so
18set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case
19set omnifunc=ale#completion#OmniFunc 18set omnifunc=ale#completion#OmniFunc
20set completeopt=menu,menuone,popup,noselect,noinsert 19set completeopt=menu,menuone,popup,noselect,noinsert
21colorscheme wildcharm 20colorscheme wildcharm
22 21
23if executable('rg') 22if executable('rg')
24 set grepprg=rg\ --vimgrep\ --smart-case 23 set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case
25 set grepformat=%f:%l:%c:%m 24 set grepformat=%f:%l:%c:%m
26endif 25endif
27 26
28nnoremap <C-Right> :bnext<CR> 27nnoremap <C-Right> :bnext<CR>