Thomas Fehér
Thomas Fehér
Seems like someone just started implementing it: https://github.com/vigoux/treesitter-context.nvim
It always happens when the floating window created by context.vim is active and subsequently a preview window is opened. The floating window in the preview window shows the same content...
No. 1. Open a buffer and navigate so that the context popup is visible. 2. Open preview window (using `:pta …` for example) *in normal mode*. 3. Both windows now...
I am using i3wm on Linux with Firefox as default browser and the focus stays on Neovim when calling `:MarkdownPreview`.
I am not aware of any special configuration, to be honest. I have Firefox running on a different workspace than my terminal. Calling `firefox` in the terminal opens a new...
I've stumbled upon this lately, too. For me a sufficient solution would be to implement https://github.com/gcovr/gcovr/issues/121 so one can manually mark asserts to be excluded from branch coverage.
Alternatives to separate binary: * Neovim has built-in support for Lua which is just-in-time-compiled and should therefore be nearly as fast as a binary. * Vim is planning to make...
I see, so you basically want to re-implement `git --graph` (or at least the `graph` part of it) in order to get intermediate results from it, if I understood correctly....
Looking good with font Iosevka in Alacritty.
Thanks @sysid. I've replaced `'~/vimwiki'` by `fnameescape(vimwiki#vars#get_wikilocal('path'))` to make it work on wherever you put your wiki, or in case you are using multiple wikis.