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" },