feat(nvim): add wilder as wildmenu replacement

This commit is contained in:
Michael Mandl 2024-07-13 20:13:08 +02:00
parent cc001c4844
commit d656f0dd8c
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 36 additions and 0 deletions

View file

@ -16,6 +16,9 @@
vim-bbye
ansible-vim
# better wildmenu
wilder-nvim
# ui
dressing-nvim
@ -162,6 +165,7 @@
${builtins.readFile ./dap.lua }
${builtins.readFile ./neorg.lua }
${builtins.readFile ./illuminate.lua }
${builtins.readFile ./wilder.lua }
vim.g.gitblame_date_format = "%r"
EOF