mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(neovim): Update breaking blink config
- `snippets.opts` does not exist any more, remove related configs
This commit is contained in:
@@ -63,10 +63,7 @@ return {
|
||||
|
||||
signature = { enabled = true },
|
||||
|
||||
snippets = {
|
||||
preset = "luasnip",
|
||||
opts = { search_paths = { vim.fn.stdpath("config") .. "/custom-snippets" } },
|
||||
},
|
||||
snippets = { preset = "luasnip" },
|
||||
|
||||
cmdline = {
|
||||
enabled = true,
|
||||
|
||||
Reference in New Issue
Block a user