|
|
@ -294,7 +294,7 @@ end
|
|
|
|
-- If you want to override the default filetypes that your language server will attach to you can
|
|
|
|
-- 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.
|
|
|
|
-- define the property 'filetypes' to the map in question.
|
|
|
|
local servers = {
|
|
|
|
local servers = {
|
|
|
|
-- clangd = {},
|
|
|
|
clangd = {},
|
|
|
|
gopls = {},
|
|
|
|
gopls = {},
|
|
|
|
-- pyright = {},
|
|
|
|
-- pyright = {},
|
|
|
|
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
|
|
|
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
|
|
|