Skip to content

Commit

Permalink
[nvim] helm_ls no longer overrides lua_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Feb 2, 2024
1 parent 0083223 commit ec12264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/missingcharacter/lazy/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ return {
})
end,
["helm_ls"] = function()
lspconfig.lua_ls.setup({
lspconfig.helm_ls.setup({
capabilities = capabilities,
settings = {
["helm-ls"] = {
Expand Down

0 comments on commit ec12264

Please sign in to comment.