diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-15 12:48:54 +0000 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-15 12:48:54 +0000 |
| commit | cdc9fff5a4ff5444460609ccd9d7b6d3f8e7c297 (patch) | |
| tree | 666f895d21bbdf5d9ab144cce3d6748d04cd1ccd /.vimrc | |
| parent | 74cb5bc7d649a8a7c541db2564b6026b263034b6 (diff) | |
| download | dotfiles-cdc9fff5a4ff5444460609ccd9d7b6d3f8e7c297.tar.gz | |
Update
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') |
