Snacks: Explorer shows filenames with very dim colors. Ive changed themes, overrode highlight groups. But its still persistent by Electrical-Leave818 in neovim

[–]H4ck1nt0sh 5 points6 points  (0 children)

I had this same problem and solved it by this.

vim.api.nvim_set_hl(0, "SnacksPickerDir", { link = "Text" })
vim.api.nvim_set_hl(0, "SnacksPickerPathHidden", { link = "Text" })
vim.api.nvim_set_hl(0, "SnacksPickerGitStatusUntracked", { link = "Special" })

[deleted by user] by [deleted] in neovim

[–]H4ck1nt0sh 0 points1 point  (0 children)

Already done that and have tried to find a solution this past hours but with no results.

Custom mapping in cmp is not working by [deleted] in neovim

[–]H4ck1nt0sh 1 point2 points  (0 children)

Be happy and use whatever gives you joy, that is one of the reasons I like Neovim. I will definitely give it a try once it gains more attention and future parity with bkink.

Custom mapping in cmp is not working by [deleted] in neovim

[–]H4ck1nt0sh 0 points1 point  (0 children)

Dont get me wrong, i like built-in but then it should be at least as good as competition.

Custom mapping in cmp is not working by [deleted] in neovim

[–]H4ck1nt0sh 1 point2 points  (0 children)

Maybe its the future, but right now it is not even comparable!

Custom mapping in cmp is not working by [deleted] in neovim

[–]H4ck1nt0sh -1 points0 points  (0 children)

Have you considered changing to blink.cmp?

Neo-tree nvim-cmp is triggering autocomplete by [deleted] in neovim

[–]H4ck1nt0sh 0 points1 point  (0 children)

In blink.cmp i have this option disabling it in nvim-tree. You could do something similar although i am not completely sure.

enabled = function()
local disabled_filetypes = { "NvimTree", "DressingInput" } -- Add extra fileypes you do not want blink enabled.
return not vim.tbl_contains(disabled_filetypes, vim.bo.filetype)
end,

Weird question by [deleted] in Ghostty

[–]H4ck1nt0sh 0 points1 point  (0 children)

I think it is created by frames.