remove/update comments
This commit is contained in:
parent
569175bc8f
commit
ee5e2a2a6d
1 changed files with 1 additions and 5 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue