diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -16,6 +16,8 @@ set backspace=indent,eol,start completeopt=menuone path+=** | |||
| 16 | set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 | 16 | set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 |
| 17 | set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so | 17 | set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so |
| 18 | set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case | 18 | set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case |
| 19 | set omnifunc=ale#completion#OmniFunc | ||
| 20 | set completeopt=menu,menuone,popup,noselect,noinsert | ||
| 19 | colorscheme wildcharm | 21 | colorscheme wildcharm |
| 20 | 22 | ||
| 21 | if executable('rg') | 23 | if executable('rg') |
