aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-06-01 10:19:47 +0100
committerMatthew Lemon <y@yulqen.org>2023-06-01 10:19:47 +0100
commitbba6a526ecc4d050acde536cd16db22feb190a1a (patch)
tree7c84a119561dd186145aaa48c8cc27d2d71012b3 /vim
parentf1db8133b0cc23ea8c481938ce1070b9283148ee (diff)
Vim now has a vertical wildmenu
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5511a80..8b0be1a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -9,6 +9,7 @@ let mapleader = ","
set nocompatible
set history=799
set wildignore=**/__pycache*/**
+set wildoptions=pum
set wildmenu
set wildchar=<TAB>
set showmatch