AutoYADM commit: 2025-01-07 20:50:04

This commit is contained in:
Daniel Fichtinger 2025-01-07 20:50:04 -05:00
parent 9b1cedbef9
commit 34abc71b51
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
{ {
"extras": [ "extras": [
"lazyvim.plugins.extras.coding.luasnip",
"lazyvim.plugins.extras.coding.mini-comment", "lazyvim.plugins.extras.coding.mini-comment",
"lazyvim.plugins.extras.coding.mini-surround", "lazyvim.plugins.extras.coding.mini-surround",
"lazyvim.plugins.extras.coding.yanky", "lazyvim.plugins.extras.coding.yanky",

View file

@ -12,7 +12,6 @@ return {
}, },
-- opts_extend = {"sources"}, -- opts_extend = {"sources"},
opts = { opts = {
snippets = { preset = "luasnip" },
sources = { sources = {
-- default = { "lsp", "snippets", "path", "markdown", "lazydev", "buffer" }, -- default = { "lsp", "snippets", "path", "markdown", "lazydev", "buffer" },
default = { "lsp", "snippets", "path", "lazydev", "buffer" }, default = { "lsp", "snippets", "path", "lazydev", "buffer" },