NNB

Results 21 issues of NNB

### Neovim version (nvim -v) 0.7.0 ### Vim (not Nvim) behaves the same? yes, vim 8.2.5046 ### Operating system/version Arch Linux ### Terminal name/version Kitty 0.25.2 ### $TERM environment variable...

bug-vim
status:needs-vim-patch

Hello, I have trying to automatically build the font with Github Action recently and I come up this this setting: ```yml name: CI on: push: branches: [ main ] pull_request:...

here is my `~/.config/imv/config` file: ``` ... [binds] = next = prev ... ``` The Tab work and switch to next image but Shift+Tab doesn't. I even try ` =...

Hello, I think the option to customize the default text (when running `hr` without argument) via environment variable will be a nice feature: ```sh export HR_DEFAULT_TEXT="" ``` I suggest using...

Thanks for create suck a good/simple WM. I have using BerryWM for over a week now and it've been great! In #92, [**@aa1chemist**](https://github.com/aa1chemist) asked: > 2.Window Resizing :- I know...

From [Tree-sitter's website](https://tree-sitter.github.io/tree-sitter): > Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the...

wontfix
plugin request

This would help a lot with manipulate complex multi selection. From [Kakoune's keys docs](https://github.com/mawww/kakoune/blob/master/doc/pages/keys.asciidoc#marks): > Alt-z combines selections from the register with the current ones, whereas Alt-Z combines current selections...

enhancement

Following issue #46: Pepper would be great if it have the _quality-of-life-improvement_ features from two of the most popular VScode plugins: [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag) and [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag): ### Auto...

plugin request

As the title suggests! Links that might be useful: - [Kakoune's `auto-pairs.kak` plugin](https://github.com/alexherbo2/auto-pairs.kak) - [Neovim-Lua wishlist about "Auto close brackets pairs"](https://github.com/nvim-lua/wishlist/issues/11)

plugin request

Display the color of color-hex-codes and color functions is pretty helpful for writing CSS and UI design... VScode support this feature by default, while NeoVim have an acceptable plugin [`vim-hexokinase`](https://github.com/RRethy/vim-hexokinase)...

plugin request