aboutsummaryrefslogtreecommitdiff
path: root/after/plugin/lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/lsp.lua')
-rw-r--r--after/plugin/lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua
index 3e61be0..ed403ff 100644
--- a/after/plugin/lsp.lua
+++ b/after/plugin/lsp.lua
@@ -14,7 +14,7 @@ require('mason').setup({})
14require('mason-lspconfig').setup({ 14require('mason-lspconfig').setup({
15 -- Replace the language servers listed here 15 -- Replace the language servers listed here
16 -- with the ones you want to install 16 -- with the ones you want to install
17 ensure_installed = {'tsserver', 'eslint', 'sumneko_lua', 'rust_analyzer'}, 17 ensure_installed = {'tsserver', 'eslint', 'rust_analyzer'},
18 handlers = { 18 handlers = {
19 lsp.default_setup, 19 lsp.default_setup,
20 }, 20 },