hinell

Results 63 issues of hinell

Snippets declared by `*.hsnips` files aren't show in the menu of the `Insert snippet`.

I request to add support for TextMate-like variables, e.g.: ```js TM_SELECTED_TEXT // The currently selected text or the empty string TM_CURRENT_LINE // The contents of the current line BLOCK_COMMENT_START //...

### Feature already in Vim? No - as of `NVIM v0.9.0-dev-3576776` ### Feature description https://user-images.githubusercontent.com/8136158/207153244-45139bbc-ac8f-41b4-b592-413ecc919e93.mp4 I request to add live [blockwise substituion](https://neovim.io/doc/user/visual.html#v_b_C). Currently it's implemented only for `:s/.../.../` command. ##...

enhancement
multicursor

Start/stop servers when nvim session looses focus and restart them on demand. This features is motivated by the fact that some servers may gain serious memory footprint and may incur...

Please read about [QT Sessions here](https://doc.qt.io/qt-6/session.html) and [here](https://web.fe.up.pt/~jmcruz/etc/kde/kdeqt/kde3arch/session.html). This is more broad topic on user sessions in X11 systems on Linux platforms. I request to make it possible for neovim-qt...

Xterm allows you to specify custom keybindings for certain sequences (e.g. ``) via `~/.Xresources` files. For neovim-qt, it's currently impossible to do the same so it makes sense to make...

I don't think moving just across nodes is useful on itself. It's much better to navigate across nodes while in `visual` mode.

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Hi. Thanks for the great project. Came across a subtle annotations...

bug

Hi. Is this project unmaintained? If so, I request to archive it and encourage others to fork it. Thanks.

There is a way to write sorting functions for `nvim-cmp`. Checkout examples: * https://github.com/hrsh7th/nvim-cmp/blob/main/lua/cmp/config/compare.lua * https://github.com/lukas-reineke/cmp-under-comparator Please, add info on caching. Thanks!