lsp: add my usual LSPs to the config

This commit is contained in:
Fabrice Mouhartem 2023-12-25 10:11:04 +01:00
parent c2a04d310e
commit faa55e3664
1 changed files with 5 additions and 4 deletions

View File

@ -74,12 +74,13 @@ require('mason-lspconfig').setup()
-- If you want to override the default filetypes that your language server will attach to you can
-- define the property 'filetypes' to the map in question.
local servers = {
-- clangd = {},
clangd = {},
-- gopls = {},
-- pyright = {},
-- rust_analyzer = {},
-- tsserver = {},
pyright = {},
rust_analyzer = {},
tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
texlab = {},
lua_ls = {
Lua = {