Initialize Neovim plugin structure
This commit is contained in:
parent
29f84817f8
commit
b4672972dc
12
lua/jj_mini_diff/init.lua
Normal file
12
lua/jj_mini_diff/init.lua
Normal file
@ -0,0 +1,12 @@
|
||||
-- jj-mini.diff Neovim plugin
|
||||
|
||||
local M = {}
|
||||
|
||||
function M.setup(opts)
|
||||
opts = opts or {}
|
||||
-- TODO: Implement configuration options
|
||||
end
|
||||
|
||||
-- TODO: Implement core logic for Git signs
|
||||
|
||||
return M
|
||||
Loading…
Reference in New Issue
Block a user