Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nix): Actually use nixd LSP (#1101)
* fix(nix): Actually use nixd LSP In 44e8c95 an isssue with trying to install nixd via mason was fixed, by removing nixd from required mason packages and instead adding it as a required dependency for the pack, that should be present in the PATH. However, normally, mason would've also registered nixd to lspconfig, but since mason isn't being used, nixd LSP was never registered, making this requirement pointless. This actually registers nixd languge server through astrolsp plugin. * Update lua/astrocommunity/pack/nix/init.lua Co-authored-by: Micah Halter <[email protected]> * fix(nix): correct bad none-ls configuration --------- Co-authored-by: Micah Halter <[email protected]>
- Loading branch information