This commit is contained in:
Imbus 2024-11-07 14:59:22 +01:00
parent 960ef4612e
commit cd8a43bef0

View file

@ -172,6 +172,7 @@ return { -- LSP Configuration & Plugins
rust_analyzer = {}, rust_analyzer = {},
zls = {}, zls = {},
jdtls = {}, jdtls = {},
bashls = {},
-- ... 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
-- --
-- Some languages (like typescript) have entire language plugins that can be useful: -- Some languages (like typescript) have entire language plugins that can be useful: