-
Notifications
You must be signed in to change notification settings - Fork 11
Option to disable modification of concealcursor #17
Comments
It also breaks
|
see thaerkh/vim-indentguides#17 removed broken views with: cd ~/.local/share/nvim/view && ag 'conceallevel=2' -l | xargs rm
Broke my neovim and I was really wondering what happened. |
So the only solution is to remove |
I created a friendly fork and a PR (#22) where I changed this behavior to be less surprising and changeable. However:
The plugin is based on the conceallevel (and I don't think that vim/neovim have other features that would enable such a plugin). So yes, you need to have |
I don't like neovim package default JSON syntax concealing quotes. I did my own Gonna try your plugin fork anyway... Update after trying the fork: Nope, even when I have set conceallevel the plugin takes precedence. Maybe it's not enough having my setting under |
I am having the same issue: the plugin forces the |
The plugin sets
concealcursor
toinc
to make the indents also visible in the insertmode. This however can make other plugins like vimwiki unusable or at least change their behavior.It's currently not possible to change this since vim-indentguides overwrites values defined in vimrc or other plugins.
Please provide a way to disable this by the user (vimrc) and other plugins.
The text was updated successfully, but these errors were encountered: