chore(nvim): Remove useless comments

This commit is contained in:
js0ny 2025-04-02 19:32:34 +01:00
parent e8d5568745
commit 4da1667c54
10 changed files with 20 additions and 99 deletions

View file

@ -10,6 +10,12 @@ return {
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {
enabled = function()
if vim.fn.getcmdtype() ~= "" then
return true
end
return not vim.tbl_contains({ "TelescopePrompt", "dap-repl", "snacks_picker_list" }, vim.bo.filetype)
end,
keymap = {
preset = "default",
["<Tab>"] = {