diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-21 08:52:57 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-21 08:57:36 -0400 |
| commit | ded99be448295035750b381ed322d53fe3e12158 (patch) | |
| tree | f88e212a4257c382e0551d998a92f8e90d2f0eb8 /pkgs | |
| parent | aa63ba907a1094f9e9c4ff7ed877bda275383c34 (diff) | |
neovim: did some colorscheme stuff
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/colorschemes.lua | 4 | ||||
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/heirline.lua | 0 | ||||
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/colorschemes.lua b/pkgs/custom-neovim/config/lua/plugins/colorschemes.lua index fd451a2..6248a9a 100644 --- a/pkgs/custom-neovim/config/lua/plugins/colorschemes.lua +++ b/pkgs/custom-neovim/config/lua/plugins/colorschemes.lua @@ -5,7 +5,7 @@ return { }, { "nightfox.nvim", - enabled = false, + enabled = true, lazy = false, after = function () vim.cmd.colorscheme("carbonfox") @@ -13,7 +13,7 @@ return { }, { "vim-gruvbox8", - enabled = true, + enabled = false, lazy = false, after = function () vim.cmd.colorscheme("gruvbox8") diff --git a/pkgs/custom-neovim/config/lua/plugins/heirline.lua b/pkgs/custom-neovim/config/lua/plugins/heirline.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/heirline.lua diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index f3d457a..638302e 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -26,6 +26,7 @@ inputs.mnw.lib.wrap pkgs { mini-extra plenary-nvim nvim-colorizer-lua + heirline-nvim # Completion Plugins blink-cmp |
