Skip to content

Commit

Permalink
feat(nix): replace rnix with nil_ls (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuuurino authored Jan 28, 2024
1 parent ed867bc commit ab14eab
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 @@ -10,7 +10,7 @@ return {
},
{
"williamboman/mason-lspconfig.nvim",
opts = function(_, opts) opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, "rnix") end,
opts = function(_, opts) opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, "nil_ls") end,
},
{
"jose-elias-alvarez/null-ls.nvim",
Expand Down

0 comments on commit ab14eab

Please sign in to comment.