]> 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:

Symlinks to lua config files for easier access
authormartin f. krafft <madduck@madduck.net>
Wed, 6 Aug 2025 09:10:29 +0000 (11:10 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 6 Aug 2025 09:57:17 +0000 (11:57 +0200)
.config/lazyvim/autocmds.lua [new symlink]
.config/lazyvim/keymaps.lua [new symlink]
.config/lazyvim/options.lua [new symlink]
.gitignore.d/lazyvim

diff --git a/.config/lazyvim/autocmds.lua b/.config/lazyvim/autocmds.lua
new file mode 120000 (symlink)
index 0000000..81c5c70
--- /dev/null
@@ -0,0 +1 @@
+lua/config/autocmds.lua
\ No newline at end of file
diff --git a/.config/lazyvim/keymaps.lua b/.config/lazyvim/keymaps.lua
new file mode 120000 (symlink)
index 0000000..28ac49d
--- /dev/null
@@ -0,0 +1 @@
+lua/config/keymaps.lua
\ No newline at end of file
diff --git a/.config/lazyvim/options.lua b/.config/lazyvim/options.lua
new file mode 120000 (symlink)
index 0000000..3ee9594
--- /dev/null
@@ -0,0 +1 @@
+lua/config/options.lua
\ No newline at end of file
index 4f04cbaeb79c79fa075e6742976428f7b48ba471..b8d318280bb36fe1a7d3d932e8c454ccd0a41f1b 100644 (file)
@@ -1,6 +1,8 @@
 *
+!/.config/lazyvim/autocmds.lua
 !/.config/lazyvim/.gitignore
 !/.config/lazyvim/init.lua
+!/.config/lazyvim/keymaps.lua
 !/.config/lazyvim/lazy-lock.json
 !/.config/lazyvim/lazyvim.json
 !/.config/lazyvim/lua/config/autocmds.lua
@@ -9,6 +11,7 @@
 !/.config/lazyvim/lua/config/options.lua
 !/.config/lazyvim/lua/plugins/disabled.lua
 !/.config/lazyvim/lua/plugins/example.lua
+!/.config/lazyvim/options.lua
 !/.config/lazyvim/stylua.toml
 !/.gitignore.d/lazyvim
 !/.zsh/zshenv/parts.d/50-lazyvim