]> 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 flash.vim
authormartin f. krafft <madduck@madduck.net>
Fri, 18 Apr 2025 10:48:59 +0000 (12:48 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 6 Aug 2025 09:57:17 +0000 (11:57 +0200)
.config/lazyvim/lazy-lock.json
.config/lazyvim/lazyvim.json
.config/lazyvim/lua/plugins/disable-flash.lua [new file with mode: 0644]
.config/lazyvim/lua/plugins/disabled.lua [deleted file]
.gitignore.d/lazyvim

index ed44567e5db37a1699d8b31f184decc461a4b1ff..d91ef3b122f7294adfdfb50ebfde0c28202a63c9 100644 (file)
@@ -18,6 +18,7 @@
   "mini.align": { "branch": "main", "commit": "8d5f3254a4c25fdfd26b7467d2372f5deed3a78c" },
   "mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
   "mini.pairs": { "branch": "main", "commit": "69864a2efb36c030877421634487fd90db1e4298" },
+  "mini.surround": { "branch": "main", "commit": "5aab42fcdcf31fa010f012771eda5631c077840a" },
   "noice.nvim": { "branch": "main", "commit": "0427460c2d7f673ad60eb02b35f5e9926cf67c59" },
   "nui.nvim": { "branch": "main", "commit": "8d3bce9764e627b62b07424e0df77f680d47ffdb" },
   "nvim-lint": { "branch": "master", "commit": "3615c26c4922ae5f7366f0c1943a0e7cece04325" },
index 57dea74ed6cecfd2cda31c27eec07323bc09055e..2ef156cd8201d6ee0e5130153139fa5be9e8e57c 100644 (file)
@@ -1,5 +1,6 @@
 {
   "extras": [
+    "lazyvim.plugins.extras.coding.mini-surround",
     "lazyvim.plugins.extras.lang.markdown"
   ],
   "install_version": 8,
diff --git a/.config/lazyvim/lua/plugins/disable-flash.lua b/.config/lazyvim/lua/plugins/disable-flash.lua
new file mode 100644 (file)
index 0000000..501e3fc
--- /dev/null
@@ -0,0 +1,3 @@
+return {
+  { "folke/flash.nvim", enabled = false },
+}
diff --git a/.config/lazyvim/lua/plugins/disabled.lua b/.config/lazyvim/lua/plugins/disabled.lua
deleted file mode 100644 (file)
index 275d278..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-return {
-  -- { "some/plugin.nvim", enabled = false },
-}
index 3a83ab11482a9bc56d0e599b3b68dd17ea629d10..5f46c632c86854239294c6aa4171bb66c8f2f1bb 100644 (file)
@@ -16,7 +16,7 @@
 !/.config/lazyvim/lua/config/keymaps.lua
 !/.config/lazyvim/lua/config/lazy.lua
 !/.config/lazyvim/lua/config/options.lua
-!/.config/lazyvim/lua/plugins/disabled.lua
+!/.config/lazyvim/lua/plugins/disable-flash.lua
 !/.config/lazyvim/lua/plugins/example.lua
 !/.config/lazyvim/lua/plugins/mini-align.lua
 !/.config/lazyvim/lua/plugins/vim-table-mode.lua