remove/update comments
This commit is contained in:
@ -99,11 +99,7 @@ return { 'williamboman/mason-lspconfig.nvim',
|
|||||||
'README.md'
|
'README.md'
|
||||||
}
|
}
|
||||||
|
|
||||||
-- FIXME: for some reason luals randomly resets the indentation of code
|
-- FIXME: luals seems to start up twice and sends back twice the
|
||||||
-- 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
|
|
||||||
-- completions (one configured with the below settings and one without)
|
-- completions (one configured with the below settings and one without)
|
||||||
require('lspconfig')[server_name].setup {
|
require('lspconfig')[server_name].setup {
|
||||||
on_attach = lsp_attach,
|
on_attach = lsp_attach,
|
||||||
|
Reference in New Issue
Block a user