From ee5e2a2a6dc1e13064d84307f58a4a0787eca982 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:26:36 -0600 Subject: remove/update comments --- lua/conf/plugins/mason-lspconfig.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lua/conf/plugins/mason-lspconfig.lua') 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, -- cgit v1.2.1