diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-01 10:19:47 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-01 10:19:47 +0100 |
commit | bba6a526ecc4d050acde536cd16db22feb190a1a (patch) | |
tree | 7c84a119561dd186145aaa48c8cc27d2d71012b3 /vim | |
parent | f1db8133b0cc23ea8c481938ce1070b9283148ee (diff) |
Vim now has a vertical wildmenu
Diffstat (limited to 'vim')
-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 |