Replies: 1 comment 3 replies
-
You don't have to do any of that, it should just work with no configuration. Calling |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thank you for the awesome plugin!
I am having troubles with the configuration and I figured this was the right place to ask. I installed indent-blankline with vim-plug in NVIM v0.5.1, but the indentation guides are not active unless I manually activate the plugin with
:IndentBlanklineEnable!
.I am using a .vimrc for configuration (not a lua file) so I tried calling the setup function in my .vimrc with something like
or
These however did not work, so I ended up doing this:
which works as expected, but I feel is not really the right way to go.
So my question is: what is the right way of activating the plugin in a .vimrc file?
Beta Was this translation helpful? Give feedback.
All reactions