summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/conf/plugins/mason-lspconfig.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/lua/conf/plugins/mason-lspconfig.lua b/lua/conf/plugins/mason-lspconfig.lua
index 36cd1ba..67fedc2 100644
--- a/lua/conf/plugins/mason-lspconfig.lua
+++ b/lua/conf/plugins/mason-lspconfig.lua
@@ -99,11 +99,7 @@ return { 'williamboman/mason-lspconfig.nvim',
'README.md'
}
- -- FIXME: for some reason luals randomly resets the indentation of code
- -- when pressing o or O. Right now this is a minor annoyance I will deal
- -- with in exchange for really good lua lsp support.
- --
- -- FIXME: luals also seems to start up twice and sends back twice the
+ -- FIXME: luals seems to start up twice and sends back twice the
-- completions (one configured with the below settings and one without)
require('lspconfig')[server_name].setup {
on_attach = lsp_attach,