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 },
|
signature = { enabled = true },
|
||||||
|
|
||||||
snippets = {
|
snippets = { preset = "luasnip" },
|
||||||
preset = "luasnip",
|
|
||||||
opts = { search_paths = { vim.fn.stdpath("config") .. "/custom-snippets" } },
|
|
||||||
},
|
|
||||||
|
|
||||||
cmdline = {
|
cmdline = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user