diff options
| author | seth <[email protected]> | 2024-07-14 13:22:06 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-14 13:47:39 -0400 |
| commit | 3b6713330b153b1123e859e2c114b3ac5e919744 (patch) | |
| tree | 3134df988dfc50117617999290b94d8672f5f5c4 /neovim.nix | |
| parent | c2502cc391ae5c41d527f65e27cc94e43db31133 (diff) | |
add glow.nvim
Diffstat (limited to 'neovim.nix')
| -rw-r--r-- | neovim.nix | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -6,6 +6,7 @@ wrapNeovimUnstable, neovim-unwrapped, actionlint, + glow, ripgrep, nil, nixfmt-rfc-style, @@ -51,6 +52,7 @@ let # editing flash-nvim + glow-nvim mini-nvim telescope-nvim # dependent on > @@ -74,15 +76,11 @@ let ]; extraPackages = [ - # cmp - ripgrep + glow # glow.nvim - # linters - nodePackages.alex - actionlint - statix + ripgrep # cmp - # lspconfig + # lsp nodePackages.bash-language-server shellcheck shfmt @@ -91,6 +89,11 @@ let nixfmt-rfc-style typos-lsp + + ## linters + nodePackages.alex + actionlint + statix ]; baseConfig = neovimUtils.makeNeovimConfig { |
