wren / jrnl.vim

Syntax for jrnl files in vim
Other
10 stars 6 forks source link

[WIP] Attempt to fix plugin structure #6

Closed alichtman closed 2 weeks ago

alichtman commented 1 year ago

The plugin doesn't autoload properly. This PR is an attempt to fix that,

Following the "Anatomy of a Plugin" section at https://www.linode.com/docs/guides/writing-a-vim-plugin/, this should resolve the "not autoloading" problem discussed in #5. It doesn't, and I don't understand why.