diff options
| author | venomade <venomade@venomade.com> | 2026-03-06 00:09:04 +0000 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-03-06 00:09:04 +0000 |
| commit | a6543a0ba0e5399515e3dbe507a8bd12958839cc (patch) | |
| tree | 8de9d667e644fcda3c40440bd23a9d30666a175b /config/nvim/lua/plugins/modus-themes.lua | |
| parent | a568a964fd6a9efba388b2b4919339c0b7dfe51d (diff) | |
Add Emacs Darwin to the pkgs Other neovim and tangential things
Diffstat (limited to 'config/nvim/lua/plugins/modus-themes.lua')
| -rw-r--r-- | config/nvim/lua/plugins/modus-themes.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/nvim/lua/plugins/modus-themes.lua b/config/nvim/lua/plugins/modus-themes.lua deleted file mode 100644 index 3058078..0000000 --- a/config/nvim/lua/plugins/modus-themes.lua +++ /dev/null @@ -1,13 +0,0 @@ -return { - "miikanissi/modus-themes.nvim", - priority = 1000, - config = function () - require("modus-themes").setup({ - style = "modus_vivendi", - sign_column_background = false, - line_nr_column_background = false, - }) - vim.cmd.colorscheme("modus") - end -} - |
