clean repo

This commit is contained in:
2025-03-10 10:03:51 +01:00
commit 01b26805d5
42 changed files with 1200 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
vim.keymap.set("n", "<leader><space>", "<cmd>HopWord<cr>", { desc = "Hop to any word" })