When first used, If the directory <~/logbook> does not exist, in other words, the logbook directory has not been created, "Can't write to file" error will be reported when using command :Lb.
I suggest to add a conditional judgment in the vim-logbook/autoload/logbook.vim file, like this:
When first used, If the directory <~/logbook> does not exist, in other words, the logbook directory has not been created, "Can't write to file" error will be reported when using command :Lb.
I suggest to add a conditional judgment in the vim-logbook/autoload/logbook.vim file, like this:
I am a newbie in vimscript, the suggestions above may seem stupid, looking forward to your improvement: )