Skip to content

Commit

Permalink
fix(nix): AstroLSP should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 10, 2024
1 parent cb2eea3 commit 09a82e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/pack/nix/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ return {
},
{
"AstroNvim/astrolsp",
optional = true,
opts = function(_, opts) opts.servers = require("astrocore").list_insert_unique(opts.servers, { "nixd" }) end,
},
{
Expand Down

0 comments on commit 09a82e1

Please sign in to comment.