We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c3a78 commit 815c92eCopy full SHA for 815c92e
1 file changed
lua/kickstart/plugins/lspconfig.lua
@@ -209,6 +209,7 @@ return {
209
-- - settings (table): Override the default settings passed when initializing the server.
210
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
211
local servers = {
212
+ ansiblels = {},
213
bashls = {},
214
clangd = {},
215
-- gopls = {},
0 commit comments