diff --git a/init.lua b/init.lua index a6380a1..e95dd10 100644 --- a/init.lua +++ b/init.lua @@ -387,13 +387,14 @@ require('lazy').setup { gopls = {}, pyright = {}, rust_analyzer = {}, + volar = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- -- Some languages (like typescript) have entire language plugins that can be useful: -- https://github.com/pmizio/typescript-tools.nvim -- -- But for many setups, the LSP (`tsserver`) will work just fine - -- tsserver = {}, + tsserver = {}, -- lua_ls = {