Skip to content

Commit

Permalink
neovim: Drop chameleon.nvim
Browse files Browse the repository at this point in the history
Not interested in dealing with fixing the nixf-tidy issue here which
would cause a massive formatting diff with nixfmt-rfc-style. Might
upstream later or find a better solution without chameleon.nvim.
  • Loading branch information
donovanglover committed Aug 9, 2024
1 parent 2dba93e commit 84e38fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
8 changes: 0 additions & 8 deletions home/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,6 @@
require("ibl").setup()
'';
}
{
plugin = pkgs.callPackage ../packages/chameleon-nvim.nix { };
type = "lua";
config = # lua
''
require("chameleon").setup()
'';
}
{
plugin = gitsigns-nvim;
type = "lua";
Expand Down
26 changes: 0 additions & 26 deletions packages/chameleon-nvim.nix

This file was deleted.

0 comments on commit 84e38fc

Please sign in to comment.