diff options
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ let mapleader = "," set nocompatible set history=799 set wildignore=**/__pycache*/** +set wildoptions=pum set wildmenu set wildchar=<TAB> set showmatch |