kylo252
kylo252
I must've copied the snippet wrong somewhere, because it should've been using `vim.tbl_filter`, but either of them don't mutate the original table, so the full syntax would end up looking...
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 that removing servers...
> hmm, it just got interesting 😅 not sure which route to go tbh, maybe keep this open for a bit as a quick and easy solution, I would remove...
> so which one do you prefer? I'll try to get some opinions on discord about this. Another potential contender is implementing a `tbl.remove_if` which should be a little more...
> Is there a way to skip multiple servers. It would be nice to have something like `{"tailwindcss", "eslint", "emmet_ls"}`. > > I used to do `require("lvim.lsp.manager").setup("tailwindcss")` but after clean...
@namimo, the change to unblock tailwindcss was recent #2870, so you don't need to alter it anymore. for `eslint`, you can use this something like ```lua -- in ~/.config/lvim/after/ftplugin/typescript.lua local...
The only Rust dependency currently comes from https://github.com/nvim-telescope/telescope.nvim/issues/806. I would say it's generally a much better experience for developers to at least have `ripgrep` and `fd`.
- do you have `solargraph` installed and available on path? - use `lvim.log.level = "debug"` (requires a restart) and try again this already works for me with `clangd` without any...
I agree that @kobzar needs to tone it down, but I believe he did answer your main question > Or if you want to force npm into the user space...
you need to call these before setting up the plugin, it's the downside of using vim globals as a configuration. you can do this with packer if you replace the...