AutoYADM commit: 2025-01-07 20:45:04
This commit is contained in:
parent
edaf1cccbf
commit
9b1cedbef9
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ colourful: true
|
|||
filekinds:
|
||||
normal: { foreground: "#d5d5d5" }
|
||||
directory: { foreground: "#B14242" }
|
||||
symlink: { foreground: "#4A8B8B" }
|
||||
symlink: { foreground: "#B14242" }
|
||||
pipe: { foreground: "#737373" }
|
||||
block_device: { foreground: "#E5A72A" }
|
||||
char_device: { foreground: "#E5A72A" }
|
||||
|
|
|
@ -12,6 +12,7 @@ return {
|
|||
},
|
||||
-- opts_extend = {"sources"},
|
||||
opts = {
|
||||
snippets = { preset = "luasnip" },
|
||||
sources = {
|
||||
-- default = { "lsp", "snippets", "path", "markdown", "lazydev", "buffer" },
|
||||
default = { "lsp", "snippets", "path", "lazydev", "buffer" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue