1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 08:59:24 +00:00

[neovim] Replace lsp-cmp by blink

This commit is contained in:
2025-02-02 19:28:41 +01:00
parent b40fa30e54
commit 302db332f9
10 changed files with 97 additions and 121 deletions

View File

@ -1,12 +1,13 @@
require("illuminate").configure({
delay = 200,
filetypes_denylist = {
"neo-tree",
"packer",
"Trouble",
"TelescopePrompt",
"Trouble",
"avante",
"lspsagafinder",
"mason",
"neo-tree",
"packer",
"starter",
},
})