diff options
Diffstat (limited to 'lsp/nixd.lua')
| -rw-r--r-- | lsp/nixd.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lsp/nixd.lua b/lsp/nixd.lua index 7df0dfd9..2d01ebe0 100644 --- a/lsp/nixd.lua +++ b/lsp/nixd.lua @@ -1,11 +1,11 @@ ---@brief --- --- https://github.com/nix-community/nixd --- --- Nix language server, based on nix libraries. --- --- If you are using Nix with Flakes support, run `nix profile install github:nix-community/nixd` to install. --- Check the repository README for more information. +--- https://github.com/nix-community/nixd +--- +--- Nix language server, based on nix libraries. +--- +--- If you are using Nix with Flakes support, run `nix profile install github:nix-community/nixd` to install. +--- Check the repository README for more information. return { cmd = { 'nixd' }, filetypes = { 'nix' }, |
