-
I renamed my config from volar -> vue_ls. Which makes the when i start nvim from my config all i see is this it seems that root_dir function is only running for volar files:
vuels.lua - print line in root_dir lsp.lua - print line for all_servers When I look at :LspInfo the vuels is their with my config and is linking to the correct root_dir function however it is not running. This was working until the rename of volar to vue_ls. Im not sure if somethign is removing the _ for some reason causing it not to run or if I am doing something incorrect?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
vuels has been removed in lspconfig which caused issues. neovim/nvim-lspconfig#3826 neovim/nvim-lspconfig#3843 resolved this by copying old lspconfig into my after/lsp/vuels |
Beta Was this translation helpful? Give feedback.
vuels has been removed in lspconfig which caused issues. neovim/nvim-lspconfig#3826 neovim/nvim-lspconfig#3843
resolved this by copying old lspconfig into my after/lsp/vuels