Karl Yngve Lervåg

Results 356 comments of Karl Yngve Lervåg

Well, in my opinion it has good value to create a reasonably clean configuration. And, at least for some of us, it is good fun. :) I'm sorry I can't...

Strange, it works for me on neovim nightly built on Monday [v0.10.0-dev-1303+g61f1e992ce]. Can you test with a minimal example (both LaTeX sample and configuration)?

For me, the delay is not related to the `history` option - it would be a really strange thing if it was! But delay on long lines are instead caused...

Strange. I believe this is relevant: https://github.com/lervag/vimtex/blob/8dad59abe76c7a9ad3485d3015b8101b2e737892/autoload/vimtex/jobs/vim.vim#L152-L185 But it's hard to consider this without being able to reproduce any problems...

> Is there any possibility the function can be called "asynchronously"? No, I don't think there is. Vimscript does not allow asynchronous stuff. > … i.e. it if the `system()`...

I believe this issue was resolved by #2985.

I don't know the vscode-neovim plugin at all. > However, % doesn't work properly. I want to remap % by myself but failed. The simple setting nnoremap % l takes...

Did you try putting the line `nnoremap % l` into your `init.vim` file; or the corresponding thing for `init.lua`?

> **Describe the solution you'd like** I would like the same standard syntax highlighting to be applied to commands of these form as well: > > * `\volcite{1}[10]{ref}` (with or...