feat: lsps ts vue

This commit is contained in:
s-prechtl 2024-03-08 09:17:50 +01:00
parent cec1754d95
commit a0bd002a33

View file

@ -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 = {