From 9b1cedbef9cca3bf549a22c551807b99c82e75df Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 7 Jan 2025 20:45:04 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-07 20:45:04 --- .config/eza/theme.yml | 2 +- .config/nvim/lua/plugins/blink.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/eza/theme.yml b/.config/eza/theme.yml index 04530edb..7e3649f2 100644 --- a/.config/eza/theme.yml +++ b/.config/eza/theme.yml @@ -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" } diff --git a/.config/nvim/lua/plugins/blink.lua b/.config/nvim/lua/plugins/blink.lua index d76ba364..53234b02 100644 --- a/.config/nvim/lua/plugins/blink.lua +++ b/.config/nvim/lua/plugins/blink.lua @@ -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" },