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

This commit is contained in:
Daniel Fichtinger 2025-01-07 20:45:04 -05:00
parent edaf1cccbf
commit 9b1cedbef9
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ colourful: true
filekinds: filekinds:
normal: { foreground: "#d5d5d5" } normal: { foreground: "#d5d5d5" }
directory: { foreground: "#B14242" } directory: { foreground: "#B14242" }
symlink: { foreground: "#4A8B8B" } symlink: { foreground: "#B14242" }
pipe: { foreground: "#737373" } pipe: { foreground: "#737373" }
block_device: { foreground: "#E5A72A" } block_device: { foreground: "#E5A72A" }
char_device: { foreground: "#E5A72A" } char_device: { foreground: "#E5A72A" }

View file

@ -12,6 +12,7 @@ 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" },