mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
refactor(flake): tidy up inputs attrset
This commit is contained in:
parent
7e87ede672
commit
4dfe6c4c33
9 changed files with 263 additions and 295 deletions
|
|
@ -13,17 +13,15 @@ with final.pkgs.lib; let
|
|||
|
||||
all-plugins = with pkgs.vimPlugins; [
|
||||
blink-cmp
|
||||
blink-copilot
|
||||
blink-ripgrep-nvim
|
||||
codecompanion-nvim
|
||||
conform-nvim
|
||||
copilot-lua
|
||||
diffview-nvim
|
||||
eyeliner-nvim
|
||||
friendly-snippets
|
||||
gitsigns-nvim
|
||||
hunk-nvim
|
||||
lazy-nvim
|
||||
luasnip
|
||||
mini-nvim
|
||||
neogit
|
||||
nightfox-nvim
|
||||
|
|
@ -60,7 +58,6 @@ with final.pkgs.lib; let
|
|||
nil
|
||||
phpactor
|
||||
python312Packages.jedi-language-server
|
||||
ruby-lsp
|
||||
|
||||
#other
|
||||
jujutsu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue