diff options
| author | triethyl <triethylammonium@pm.me> | 2025-12-03 09:48:00 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-12-03 09:48:00 -0500 |
| commit | da2ae5f98aadc5f5bd3498854db9efd75fa1b6ab (patch) | |
| tree | 061a0d13998f91210db13f1e99dd012ce4b05ca2 /pkgs/custom-neovim/default.nix | |
| parent | df154e4918a635e1c7052d332d25324773e13847 (diff) | |
neovim: many changes
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 33fdd4a..65185b8 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -36,6 +36,7 @@ in mini-base16 mini-indentscope mini-completion + blink-cmp # Completion Plugins luasnip @@ -60,6 +61,7 @@ in render-markdown-nvim markdown-nvim markdown-table-mode-nvim-git + img-clip-nvim # Colorschemes # nightfox-nvim @@ -68,6 +70,9 @@ in ]; }; luaFiles = [./config/init.lua]; + extraLuaPackages = ps: [ + ps.magick + ]; extraBinPath = with pkgs; [ # LSP Servers lua-language-server # LS for Lua |
