fix(neovim): Update breaking blink config

- `snippets.opts` does not exist any more, remove related configs
This commit is contained in:
Pratik Tripathy
2025-09-01 11:58:25 +05:30
parent 0373234cc9
commit 85d7c9eaa1

View File

@@ -63,10 +63,7 @@ return {
signature = { enabled = true }, signature = { enabled = true },
snippets = { snippets = { preset = "luasnip" },
preset = "luasnip",
opts = { search_paths = { vim.fn.stdpath("config") .. "/custom-snippets" } },
},
cmdline = { cmdline = {
enabled = true, enabled = true,