persisted.nvim/lua/persisted
Simon McLean 473c90bbb6
Wrap auto load in vim.schedule
I'm experiencing a bug whereby if I enable autoloading, I don't get any syntax highlighting on startup (until I trigger it with `:e` for example). I had the same issue with `persistence.nvim` (I made an auto command to get the same functionality). For both plugins, wrapping the call to `load` in `vim.schedule` solved the problem.

I don't really know enough about the inner workings of Neovim to explain this though.
2022-06-06 17:38:23 +01:00
..
config.lua feat(telescope): #7 start adding delete feature 2022-05-12 20:18:08 +01:00
init.lua Wrap auto load in vim.schedule 2022-06-06 17:38:23 +01:00
utils.lua feat: #5 improve auto save/load pattern match 2022-04-20 09:19:56 +01:00