summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-10 00:04:38 -0400
committerseth <[email protected]>2024-04-10 00:04:38 -0400
commitf1af635b923beeff1c3e8e368efc6f5cc856a10a (patch)
treeafe486b9de06e82bb8dfe9ac7ec79fdaeab6e3f6 /neovim.nix
parent6616b478c0d3381ceba1adbe00d15a9f528d733b (diff)
add more lsp servers
Diffstat (limited to 'neovim.nix')
-rw-r--r--neovim.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/neovim.nix b/neovim.nix
index 4d99563..b317e6e 100644
--- a/neovim.nix
+++ b/neovim.nix
@@ -66,14 +66,13 @@ self: {
nodePackages.alex
actionlint
beautysh
- codespell
- shellcheck
- statix
# lspconfig
nodePackages.bash-language-server
nil
alejandra
+ statix
+ typos-lsp
];
neovimConfig = pkgs.neovimUtils.makeNeovimConfig {