Skip to content

Commit

Permalink
fix(nix): Fix wrong lsp in nix pack. (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Apr 14, 2024
1 parent da97c99 commit c009f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/nix/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return {
"williamboman/mason-lspconfig.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "rnix" })
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "nil_ls" })
end,
},
{
Expand Down

0 comments on commit c009f66

Please sign in to comment.