Delete unnecessary comment
This commit is contained in:
parent
e4951afa9e
commit
fb65ad72a2
1
init.lua
1
init.lua
|
@ -571,7 +571,6 @@ require('lazy').setup({
|
||||||
mypy = {},
|
mypy = {},
|
||||||
taplo = {}, -- LSP for toml files
|
taplo = {}, -- LSP for toml files
|
||||||
debugpy = {},
|
debugpy = {},
|
||||||
-- dart-debug-adapter = {},
|
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue