fix(cmp): fix performance of cmd completion
remove path **
This commit is contained in:
@@ -45,7 +45,6 @@ return {
|
||||
breakat = " (),;{}[]",
|
||||
showbreak = "",
|
||||
number = false,
|
||||
path = vim.list_extend(vim.opt.path:get(), { "**" }),
|
||||
pumblend = 0,
|
||||
relativenumber = false,
|
||||
shiftwidth = 4,
|
||||
|
||||
Reference in New Issue
Block a user