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

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:

initial checkin
authormartin f. krafft <madduck@madduck.net>
Thu, 17 Apr 2025 08:17:53 +0000 (10:17 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 6 Aug 2025 09:46:09 +0000 (11:46 +0200)
commitbd3c4d475bab6e50b256a41ac66efc90b47cde18
tree34746e725f882a10e4e0ad1b7e5b0fdaf863aa8f
initial checkin
13 files changed:
.config/lazyvim/.gitignore [new file with mode: 0644]
.config/lazyvim/init.lua [new file with mode: 0644]
.config/lazyvim/lazy-lock.json [new file with mode: 0644]
.config/lazyvim/lazyvim.json [new file with mode: 0644]
.config/lazyvim/lua/config/autocmds.lua [new file with mode: 0644]
.config/lazyvim/lua/config/keymaps.lua [new file with mode: 0644]
.config/lazyvim/lua/config/lazy.lua [new file with mode: 0644]
.config/lazyvim/lua/config/options.lua [new file with mode: 0644]
.config/lazyvim/lua/plugins/disabled.lua [new file with mode: 0644]
.config/lazyvim/lua/plugins/example.lua [new file with mode: 0644]
.config/lazyvim/stylua.toml [new file with mode: 0644]
.gitignore.d/lazyvim [new file with mode: 0644]
.zsh/zshenv/parts.d/50-lazyvim [new file with mode: 0644]