damnskippy

Results 10 issues of damnskippy

ccls currently supports call hierarchy (and inheritance & member hierarchies). If I'm not mistaken the API/implementation is different from call hierarchy APIs as specified in the LSP spec v3.16 -...

It seems tagbar is disallowed if vim is set to diff mode: https://github.com/majutsushi/tagbar/blob/f1bea00e5be714b14c7401f86a32aed558b0b415/autoload/tagbar.vim#L3138 Is it possible have a user setting to allow tagbar in diff mode as well? For instance,...

pr-welcome
chore

Small enhancement request: Would be great if gutentags would take an option to pass extra arguments to `cscope` similar to the way it does for `ctags` by way of `gutentags_ctags_extra_args`....

Minor suggestion: would be nice to have a knob for user specified "normal" cursor shape I'm probably in the minority but I set my normal cursor shape to blinking block...

enhancement

First thanks for incsearch.vim and also for integrating natively into vim. In addition to `?` & `/`, one additional functionality from incsearch.vim was `g/` i.e. `(incsearch-stay)` Is that functionality available...

Just a quick note about the relatively new highlight group: https://vimhelp.org/syntax.txt.html#hl-CurSearch Seems this is one of the loupe functionalities that is now natively built in. Not sure if it helps...

enhancement

Using alacritty (downloaded from the appveyor link) on windows and have some issues/questions about key bindings. 1. bash shortcuts using Alt key are not working - is this expected? I...

S - input
A - deps
H - windows

With `termguicolors` enabled, vim will utilize `highlight-guifg` and `highlight-guibg` even in the terminal (overriding cterm settings) with true color support. However the following conditional prevents this because `has(gui_running)` evaluates to...

Would be good to name the 256 version different so as to differentiate from the non-256 version. "apathy" and "apathy-256". To this end, adding base16 to the name would also...

In addition to the existing Termdebug events, would be very helpful to have a new event triggered in HandleCursor(). This function gets invoked when gdb comes to a stop. User...

enhancement