Enabling rust-analyzer by default

This commit is contained in:
Ian Roddis
2023-12-27 10:59:16 -04:00
parent 11b9944da5
commit 345622d851
+2 -2
View File
@@ -674,10 +674,10 @@ 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 = {},
rust_analyzer = {},
-- tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
lua_ls = {