Initial commit
This commit is contained in:
commit
86ab71b1d6
4 changed files with 67 additions and 0 deletions
10
autoload/zettelkasten.vim
Normal file
10
autoload/zettelkasten.vim
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
echom 'this is only really necessary for vimscript plugs'
|
||||
echom 'we can directly lazy-source our lua files without this redirection'
|
||||
|
||||
function zettelkasten#init() abort
|
||||
lua require("zettelkasten").init()
|
||||
endfunction
|
||||
|
||||
function zettelkasten#zettel_link() abort
|
||||
lua require("zettelkasten").zettel_link()
|
||||
endfunction
|
||||
Loading…
Add table
Add a link
Reference in a new issue