Jure Grabnar

Results 2 comments of Jure Grabnar

I had the same issue and fixed it with: 1. `rm -rf vim-plug`. 2. Remove `tpope/vim-markdown` from the list of plugins. 3. Set `let g:vimwiki_global_ext = 0` for `vimwiki` to...

At first I wanted to expose the whole `Instruction` struct and add `Cheatcodes(Instruction)` but then the struct is cyclic. Maybe a more sound way would be to have an `apply_instruction(Instruction)`...