remove/update comments

This commit is contained in:
2024-11-19 13:26:36 -06:00
parent 569175bc8f
commit ee5e2a2a6d

View File

@ -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,