vhyrro
vhyrro
By .vim we just meant init.vim, everything else should get loaded. I just tried creating an after/ftplugin.vim and just placed an `echom "Test"` call inside and everything works fine, both...
Huh, what a weird bug. I ran your configuration through cheovim and would you know it, everything worked just fine. The ftplugin stuff worked exactly as I'd expect. This leads...
Wow, that's certainly an oddity we overlooked. I believe our best bet is to manage that directory with symlinks, similarly to how we do it with other directories and files...
Alright, this problem is really, really tough. After a few days of thinking and testing out failed ideas I may have come to a solution - however it won't work...
The callbacks will only execute whenever a configuration switch happens, having a bit of code run every time would slow down the startup time of the configuration, which cheovim does...
Heyo! Sorry for the late response, life got busy. > But I hesitate to add this to the plugin, because the configuration and calculation of regex-based indent might be better...
I'm thinking of other things we could add that are like very special. Neorg has a lot of stuff but basically all of it is fairly widely known :P Perhaps...
Tests failing are "normal" :p If i get some time i'll populate the contents of the cheatsheet to have something more enticing than just a copy of the example file
Thanks for the heads up @mehalter. It's weird cause I can't really seem to reproduce this on my end, it works just as intended. I'll play around with it and...
I'm actually a little confused by it - to my knowledge there should be nothing that should be invoking a nonexistent autocommand :thinking: Is that the only error message you...