Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b2968f6

Browse files
committed
Fix wildcharm
Signed-off-by: Tomas Slusny <[email protected]>
1 parent dff63f1 commit b2968f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/autocomplete/cmd.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ local M = {}
33
function M.setup()
44
local term = vim.api.nvim_replace_termcodes('<C-@>', true, true, true)
55

6+
vim.cmd([[set wildcharm=<C-@>]])
67
vim.opt.wildmenu = true
78
vim.opt.wildmode = 'noselect:lastused,full'
8-
vim.opt.wildcharm = vim.fn.char2nr(term)
99

1010
vim.keymap.set('c', '<Up>', '<End><C-U><Up>', { silent = true })
1111
vim.keymap.set('c', '<Down>', '<End><C-U><Down>', { silent = true })

0 commit comments

Comments
 (0)