feat(cmp): update to blink.cmp

This commit is contained in:
2024-12-24 16:03:46 +02:00
parent 5c88edfa70
commit f8a4240bf6
30 changed files with 419 additions and 563 deletions

View File

@@ -112,12 +112,12 @@ return {
["[M"] = "@function.outer",
["[]"] = "@class.outer",
},
-- goto_next = {
-- [']i'] = "@conditional.inner",
-- },
-- goto_previous = {
-- ['[i'] = "@conditional.inner",
-- }
goto_next = {
["]i"] = "@conditional.inner",
},
goto_previous = {
["[i"] = "@conditional.inner",
},
},
swap = {
enable = true,