-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file in after/ftplugin.vim of config folder doesn't source settings #2
Comments
By .vim we just meant init.vim, everything else should get loaded. |
Here's my folder structure:
Here's what I have on my Also worth saying that I followed all instructions when installing.
|
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 me to believe that maybe it's a timing issue? I have fairly fast hardware, and so maybe my buffer loads fast enough that the ftplugin has time to trigger? Although I don't know what specs you're running so that's a total shot in the dark. I'll try doing a bit more research, however I don't know whether there's much I can do if I can't even replicate the bug on this machine, hah. I'll try running some bits of code earlier in the process, maybe that will help with something. |
I have a fairly recent CPU (Ryzen 3200g) that while not top end, I'd say that is more than enough to handle buffers in neovim, but who knows maybe you're right. Also, I just installed once again to see if there was something wrong last time, but nop, settings in Here the output of Here the output of Hope this is useful. |
@vhyrro I just tried this in another machine I have and it's the same behavior :( |
Hey, thanks for the awesome, plugin.
I noticed that file in
after/ftplugin.vim
of my nvim config folder wasn't being loaded. All the files underafter/ftplugin/**
did get source without issues. But that one didn't. I know that the README says that you don't supportinit.vim
but it's not clear to me if that means every single vim file, or just the main one at the top of your config folder (meaninginit.lua
orinit.vim
).If this means every single vim file, that explains why after/ftplugin.vim wasn't being loaded.
The text was updated successfully, but these errors were encountered: