From 3b6713330b153b1123e859e2c114b3ac5e919744 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 14 Jul 2024 13:22:06 -0400 Subject: add glow.nvim --- neovim.nix | 17 ++++++++++------- plugin/glow.lua | 1 + 2 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 plugin/glow.lua diff --git a/neovim.nix b/neovim.nix index c02ebd6..3a1e49b 100644 --- a/neovim.nix +++ b/neovim.nix @@ -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 { diff --git a/plugin/glow.lua b/plugin/glow.lua new file mode 100644 index 0000000..9eb5dd2 --- /dev/null +++ b/plugin/glow.lua @@ -0,0 +1 @@ +require("glow").setup() -- cgit v1.2.3