summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-14 12:59:02 -0400
committerseth <[email protected]>2024-07-14 13:47:39 -0400
commit00d5ec09d45d09451b21ab58054e40f593577b15 (patch)
treeadea3dbc1e1d2e0ccd913128a03f2f3b3dbdb409 /neovim.nix
parent8c76161eb8cf752c00a65cccccd381fb3bc5955d (diff)
efmls -> nvim-lint
also only use native lsps for formatting
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
];