Add jj and herdr

This commit is contained in:
2026-07-29 08:36:58 +02:00
parent 3f66debcc7
commit 75f2079ddf
111 changed files with 5855 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
-- herdr-splits.nvim plugin bootstrap.
-- This file is loaded by Neovim when the plugin is found on the runtimepath.
-- It defers all work to `require('herdr-splits')`.
if vim.g.loaded_herdr_splits then
return
end
vim.g.loaded_herdr_splits = true
-- Defer loading until user calls setup() or invokes a function.
-- The main module is available as require('herdr-splits').