This PR fixes an issue with syntax highlighting with plasticboy/vim-markdown. The issue was we were not triggering any autocmds that would translate in the plugin refreshing the syntax. Adding a normal i was enough for this as the plugin refreshes on InsertLeave.
This PR fixes an issue with syntax highlighting with plasticboy/vim-markdown. The issue was we were not triggering any autocmds that would translate in the plugin refreshing the syntax. Adding a
normal i
was enough for this as the plugin refreshes onInsertLeave
.