summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'neovim.nix')
-rw-r--r--neovim.nix16
1 files changed, 7 insertions, 9 deletions
diff --git a/neovim.nix b/neovim.nix
index 6e57a8e..70df021 100644
--- a/neovim.nix
+++ b/neovim.nix
@@ -6,13 +6,12 @@
wrapNeovimUnstable,
neovim-unwrapped,
actionlint,
- beautysh,
ripgrep,
- efm-langserver,
nil,
nixfmt-rfc-style,
nodePackages,
shellcheck,
+ shfmt,
statix,
typos-lsp,
version,
@@ -29,7 +28,6 @@ let
fs.unions [
./after
./ftdetect
- ./lua
./plugin
]
);
@@ -52,16 +50,15 @@ let
cmp-nvim-lsp
cmp-rg
- efmls-configs-nvim
-
fidget-nvim
flash-nvim
gitsigns-nvim
indent-blankline-nvim
- lsp-format-nvim
nvim-lspconfig
+ lsp-format-nvim
+ nvim-lint
lualine-nvim
@@ -80,18 +77,19 @@ let
# cmp
ripgrep
- # efmls-configs
- efm-langserver
+ # linters
nodePackages.alex
actionlint
- beautysh
statix
# lspconfig
nodePackages.bash-language-server
shellcheck
+ shfmt
+
nil
nixfmt-rfc-style
+
typos-lsp
];