Skip to content

Commit

Permalink
fixup! colorschemes/base16: add settings + refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jun 21, 2024
1 parent 6c01f91 commit 0b9f794
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions plugins/colorschemes/base16/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ let
name = "base16";
luaName = "base16-colorscheme";
originalName = "base16.nvim";
setupName = "with_config";
in
helpers.neovim-plugin.mkNeovimPlugin config {
inherit
name
luaName
originalName
setupName
;
inherit name luaName originalName;
setup = ".with_config";
defaultPackage = pkgs.vimPlugins.base16-nvim;
isColorscheme = true;

Expand Down

0 comments on commit 0b9f794

Please sign in to comment.