]> git.madduck.net Git - etc/lazyvim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

disable tokynight which is unused
authormartin f. krafft <madduck@madduck.net>
Fri, 25 Apr 2025 08:32:58 +0000 (10:32 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 6 Aug 2025 09:57:17 +0000 (11:57 +0200)
.config/lazyvim/lua/plugins/disable-tokyonight.lua [new file with mode: 0644]
.gitignore.d/lazyvim

diff --git a/.config/lazyvim/lua/plugins/disable-tokyonight.lua b/.config/lazyvim/lua/plugins/disable-tokyonight.lua
new file mode 100644 (file)
index 0000000..6b6d1ba
--- /dev/null
@@ -0,0 +1,3 @@
+return {
+  { "folke/tokyonight.nvim", enabled = false },
+}
index 5c6f3b4786daf26c690b2a93a2b034776c9389cc..775cb4632f7d7632a8eb2da9faa5bcd6a5859b52 100644 (file)
@@ -22,6 +22,7 @@
 !/.config/lazyvim/lua/plugins/disable-flash.lua
 !/.config/lazyvim/lua/plugins/disable-snacks-dashboard.lua
 !/.config/lazyvim/lua/plugins/disable-snacks-scroll.lua
+!/.config/lazyvim/lua/plugins/disable-tokyonight.lua
 !/.config/lazyvim/lua/plugins/disable-treesitter-indenting.lua
 !/.config/lazyvim/lua/plugins/example.lua
 !/.config/lazyvim/lua/plugins/mini-align.lua