If I have 2 different buffers open with the same nvim instance, since the filetype is only evaluated when the plugin is lazy-loaded, it only takes the syntax of the first file. So if I'm editing both a html and a markdown at the same time I can't go between them and expect Pastify to paste the correct option.
If I have 2 different buffers open with the same nvim instance, since the filetype is only evaluated when the plugin is lazy-loaded, it only takes the syntax of the first file. So if I'm editing both a html and a markdown at the same time I can't go between them and expect Pastify to paste the correct option.