Andy Massimino
Andy Massimino
I was looking again (very slowly) at getting tagfunc based definition jumps totally right. One thing I wanted to fix was cursor positioning.. unfortunately the Microsoft spec demands utf16 while...
Unfortunately, while we now have `settagstack()` to add a tag to the stack, LSP definition requests still can't work like native tags. Once `` is used to 'pop' the tagstack,...
#### environment - vim: 8.1.0022 - vim-airline: master - OS: arch linux - terminal: Konsole - $TERM variable: xterm-256color - color configuration (:set t_Co?): 256, termguicolors I'm trying to show...
An attempt at #52; allows repeating swap with `.`
It is great to see the py binding is getting better with your recent addition of tree-queries, etc. Thank you for your efforts! It would also be useful if node...
 ``` let g:fern#renderer#default#leading = "│" let g:fern#renderer#default#root_symbol = "┬─ " let g:fern#renderer#default#leaf_symbol = "├─ " let g:fern#renderer#default#collapsed_symbol = "├─ " let g:fern#renderer#default#expanded_symbol = "├┬ " ``` I would like...
Hey! First of all, this is a great plugin. I love the concept of a small plugin which integrates neovim's lsp with tagfunc and just gets it _right_. I wonder...
To enable, add enable_quotes = true in lua config. - [ ] astro - [ ] bash - [x] c - [x] cpp - [ ] elm - [x] go...
I'd like to use vpager's -Q mode for terminal replacements of ":make" and ":grep." My issue is with the VPAGER buffer, which is rather redundant in this use case. Ideally,...
Forgive me if this isn't what you're looking for- but I think determining the window in the "hjkl" direction is already possible using basic arithmetic (but that's not to say...