Skip to content

Commit

Permalink
feat(nvim): add nixd to lsp servers list
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Apr 21, 2024
1 parent afc2f22 commit 53ae701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/.config/nvim/lua/eden/mod/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ return {
},
},
},
nixd = {},
pyright = {},
vimls = {},
}
Expand Down
2 changes: 2 additions & 0 deletions home/modules/shell/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ in
type = with types; listOf package;
default = with pkgs; [
marksman
nixd
nodePackages.bash-language-server
nodePackages.pyright
nodePackages.typescript-language-server
Expand All @@ -53,6 +54,7 @@ in
description = "List of formatters and linters";
type = with types; listOf package;
default = with pkgs; [
alejandra
stylua
shfmt
nixpkgs-fmt
Expand Down

0 comments on commit 53ae701

Please sign in to comment.