This commit is contained in:
marekmichalski 2024-02-25 14:50:08 +01:00
parent cacd5e29c0
commit 98ac60227e
1 changed files with 3 additions and 3 deletions

View File

@ -555,11 +555,11 @@ require('mason-lspconfig').setup()
-- define the property 'filetypes' to the map in question.
local servers = {
-- clangd = {},
-- gopls = {},
gopls = {},
-- pyright = {},
-- rust_analyzer = {},
-- tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
tsserver = {},
html = { filetypes = { 'html', 'twig', 'hbs'} },
lua_ls = {
Lua = {