-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seem to have trouble setting it up. #5
Comments
I'm having the same issue. If I manually run call plug#begin('~/.local/share/nvim/plugged')
...
Plug 'wren/jrnl.vim' Seems like the plugin isn't being sourced properly, but I haven't had time to debug fully.
After some research, it seems like the structure of this plugin isn't correct. The |
@alichtman Sorry, I'm very new to vim plugins, and am happy to restructure this as needed. Is there some documentation somewhere that you know that I can look over? |
No worries :) Note that I was also unable to get it working I read this: https://www.linode.com/docs/guides/writing-a-vim-plugin/ (specifically the "Anatomy of a Vim Plugin" section) and checked out some other |
I have the plugin working with my latest neovim config. This is the setup for the plugin:
|
I've also been using the branch You can do so with something like this: return {
-- Syntax highlighting for jrnl files
"wren/jrnl.vim",
branch = "rework-structure-5",
}, |
I've installed the nerd fonts, and when I view the source, I can see the icons in the
call machadd
lines. But when I edit a jrnl file, nothing is getting replaced.The README says it needs
conceal
, but I'm not sure what this is. Is it something that I need to enable? or another plugin I need to add?As a second problem, I don't seem to be getting any highlighting. Everything's displayed in a light gray color.
The folds are working though. Which is very nice.
The text was updated successfully, but these errors were encountered: