first commit

This commit is contained in:
2026-04-17 17:32:58 +02:00
commit fc8a13bd96
8 changed files with 680 additions and 0 deletions

8
plugin/jasper.lua Normal file
View File

@@ -0,0 +1,8 @@
-- Guard against loading twice
if vim.g.loaded_jasper then
return
end
vim.g.loaded_jasper = true
-- The plugin is activated by calling require("jasper").setup(opts) in the user config.
-- This file is intentionally minimal.