persisted.nvim/lua
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
..
persisted Wrap auto load in vim.schedule 2022-06-06 17:38:23 +01:00
telescope/_extensions feat(telescope): #7 delete session files 2022-05-13 10:48:13 +01:00