Kasper Seweryn
Kasper Seweryn
In the meantime I've migrated over to `vtsls` as it is required for vue language server now. When I open up a `.vue` file, a new error is shown: ```...
> ``` > Error executing vim.schedule lua callback: ...ack/myNeovimPackages/start/nvim-lspconfig/lsp/vue_ls.lua:44: attempt to index local 'r' (a nil value) > stack traceback: > ...ack/myNeovimPackages/start/nvim-lspconfig/lsp/vue_ls.lua:44: in function 'handler' > ...wrapped-0.11.3/share/nvim/runtime/lua/vim/lsp/client.lua:682: in function ''...
Personally, I'd benefit from the proposed pattern feature but I think that both approaches are good.
@GaetanLepage: My usecase would be to add keymaps only when specific filetypes are opened. I believe the (A) approach wouldn't allow me to do that, as there is only one...