summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-11-19 13:26:36 -0600
committerSquibid <me@zacharyscheiman.com>2024-11-19 13:26:36 -0600
commitee5e2a2a6dc1e13064d84307f58a4a0787eca982 (patch)
treeeb1adb6dd46cd741c41da20e3a4b03b458d33b8e /lua/conf/plugins
parent569175bc8f8211b8f241b2d9023afc28daab53ab (diff)
downloadnvim-ee5e2a2a6dc1e13064d84307f58a4a0787eca982.tar.gz
nvim-ee5e2a2a6dc1e13064d84307f58a4a0787eca982.tar.bz2
nvim-ee5e2a2a6dc1e13064d84307f58a4a0787eca982.zip
remove/update comments
Diffstat (limited to 'lua/conf/plugins')
-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,