From 00d5ec09d45d09451b21ab58054e40f593577b15 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 14 Jul 2024 12:59:02 -0400 Subject: efmls -> nvim-lint also only use native lsps for formatting --- neovim.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'neovim.nix') 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 ]; -- cgit v1.2.3