first commit
This commit is contained in:
8
plugin/jasper.lua
Normal file
8
plugin/jasper.lua
Normal 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.
|
||||
Reference in New Issue
Block a user