diff options
| author | subh <subh@subh.space> | 2026-04-04 10:34:46 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-04-04 10:34:46 +0530 |
| commit | 92811eb6050c2f2971c6ab8998b18d448ded35a0 (patch) | |
| tree | 356e3fecdf88cb6728f6df5222733e1aa8547ec2 /.vim/options.vim | |
| parent | 314d760de1922128124f2a9be0494fd4f6f7effb (diff) | |
Departure from catppuccin to gruvboxmain
Diffstat (limited to '.vim/options.vim')
| -rw-r--r-- | .vim/options.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/options.vim b/.vim/options.vim index 7be00bd..48f9fe5 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -1,5 +1,7 @@ set number set relativenumber +set path+=** +set wildmenu filetype plugin indent on set expandtab |
