Remove autoload
Directory or loading functions not required.
This commit is contained in:
parent
eaa7b589d2
commit
a3b03461ab
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
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…
Reference in a new issue