Abouzar Parvan
Abouzar Parvan
i do agree with CmpItemKind being Violet, it looks better
and this is with the blue highlight and violet kind let me know which one do you prefer
it supports transparency as well :)
I can confirm that this issue exists, but not sure how to solve it yet 😅
with the function that you suggested, we would have three categories - skipped servers - unskipped server - we don't care servers which is a bit weird I believe having...
> I was thinking of it more of a helper, but you're right, it's adding to the confusion instead of helping 😄 > > One thing I also realized is...
so which one do you prefer? ```lua lvim.lsp.automatic_configuration.skipped_servers = vim.tbl_filter(function(s) return s ~= "tailwindcss" end, lvim.lsp.automatic_configuration.skipped_servers) ``` or ```lua local tbl = require "lvim.utils.table" tbl.remove(lvim.lsp.automatic_configuration.skipped_servers, "tailwindcss") ``` ?
after moving `https://github.com/ChristianChiarulli/LunarVim` to `https://github.com/LunarVim/LunarVim` we'll tackle this
do you have `ripgrep` and `fd-find` installed?