diff options
| author | seth <[email protected]> | 2024-04-10 00:04:38 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-10 00:04:38 -0400 |
| commit | f1af635b923beeff1c3e8e368efc6f5cc856a10a (patch) | |
| tree | afe486b9de06e82bb8dfe9ac7ec79fdaeab6e3f6 /neovim.nix | |
| parent | 6616b478c0d3381ceba1adbe00d15a9f528d733b (diff) | |
add more lsp servers
Diffstat (limited to 'neovim.nix')
| -rw-r--r-- | neovim.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 { |
