Daniel Mata

Results 5 comments of Daniel Mata

I was about to open a PR when I thought to search first and found yours. My implementation for svelte support is basically identical except for a few additions. Is...

```lua return { { "nvim-treesitter/nvim-treesitter", opts = function(_, opts) if type(opts.ensure_installed) == "table" then vim.list_extend(opts.ensure_installed, { "svelte" }) end end, }, { "neovim/nvim-lspconfig", opts = { servers = { svelte...

The Submissions page for the form indicated it did not have any extra spam prevention enabled.

rustaceanvim now also handles that case. I think `LazyVim.get_pkg_path` could've been used here instead of mason's `get_install_path`, which is being removed. If that's the case then the `php` and `java`...

I agree that it is best to explicitly add them as dependencies. The page content makes it sound like formatting could be provided by the language server before `prettier` is...