Updated blink and lsp since ruff_lsp is no longer being used.

This commit is contained in:
Norm Rasmussen
2024-12-11 17:59:08 -05:00
parent 8960b58d64
commit 354f330c44
4 changed files with 73 additions and 30 deletions

View File

@ -8,6 +8,22 @@ return {
},
version = 'v0.*',
opts = {
keymap = {
preset = "enter",
["<Tab>"] = {
"select_next",
"snippet_forward",
"fallback",
},
["<S-Tab>"] = {
"select_prev",
"snippet_backward",
"fallback",
},
},
highlight = {
use_nvim_cmp_as_default = true,
nerd_font_variant = 'normal',