diff options
Diffstat (limited to 'lsp/rnix.lua')
| -rw-r--r-- | lsp/rnix.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lsp/rnix.lua b/lsp/rnix.lua index c468f3c3..8a8f9b39 100644 --- a/lsp/rnix.lua +++ b/lsp/rnix.lua @@ -1,12 +1,12 @@ ---@brief --- --- https://github.com/nix-community/rnix-lsp --- --- A language server for Nix providing basic completion and formatting via nixpkgs-fmt. --- --- To install manually, run `cargo install rnix-lsp`. If you are using nix, rnix-lsp is in nixpkgs. --- --- This server accepts configuration via the `settings` key. +--- https://github.com/nix-community/rnix-lsp +--- +--- A language server for Nix providing basic completion and formatting via nixpkgs-fmt. +--- +--- To install manually, run `cargo install rnix-lsp`. If you are using nix, rnix-lsp is in nixpkgs. +--- +--- This server accepts configuration via the `settings` key. return { cmd = { 'rnix-lsp' }, filetypes = { 'nix' }, |
