aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 01f79ef..0e81ae4 100644
--- a/.vimrc
+++ b/.vimrc
@@ -16,6 +16,8 @@ set 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 18set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case
19set omnifunc=ale#completion#OmniFunc
20set completeopt=menu,menuone,popup,noselect,noinsert
19colorscheme wildcharm 21colorscheme wildcharm
20 22
21if executable('rg') 23if executable('rg')