diff options
| author | seth <[email protected]> | 2024-07-14 12:59:02 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-14 13:47:39 -0400 |
| commit | 00d5ec09d45d09451b21ab58054e40f593577b15 (patch) | |
| tree | adea3dbc1e1d2e0ccd913128a03f2f3b3dbdb409 /neovim.nix | |
| parent | 8c76161eb8cf752c00a65cccccd381fb3bc5955d (diff) | |
efmls -> nvim-lint
also only use native lsps for formatting
Diffstat (limited to 'neovim.nix')
| -rw-r--r-- | neovim.nix | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -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 ]; |
