Yuriy Artemyev

Results 28 issues of Yuriy Artemyev

Add operator `gc` with `setup` function doesn't work for me. My `which-key` settings are: ```lua use { 'folke/which-key.nvim', as = 'which-key', config = require('which-key').setup { plugins = { presets =...

Could you change old-style pseudographics characters in `:tree` view with utf8 [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character) like in `tree` Linux utility. ``` |-- ├── |-- -> ├── `-- └── ```

ui

Currently when only one path argument is passed the left/top pane is automatically set as the current view. Could you please add a command-line option to choose on which pane...

Thank you for the awesome plugin! It is something I have been seeking for a long time! It would be nice to add the possibility to hide (or show) some...

It is common when, at release, a binary is packed with man file and some others into an archive. Like [zoxide](https://github.com/ajeetdsouza/zoxide), [btop](https://github.com/aristocratos/btop) and many others. It will be awesome if...

### Neovim version (nvim -v) NVIM v0.9.0-dev+135-g96cf385a7 ### Vim (not Nvim) behaves the same? - ### Operating system/version fedora 36 ### Terminal name/version kitty 0.26.3 ### $TERM environment variable tmux-256color...

bug
highlight

Install [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) plugin and try to exit `:Gitsigns show` or `Gitsigns diffthis` commands. I get next error with stack trace: ``` Error executing Lua callback: ...m/site/pack/packer/start/gitsigns/lua/gitsigns/async.lua:64: The coroutine failed with...

I have next autocommand set in my config: ```lua vim.api.nvim_create_autocmd('User', { pattern = 'HeirlineInitWinbar', callback = function(args) local buf = args.buf local buftype = vim.tbl_contains( { 'prompt', 'nofile', 'help', 'quickfix'...

Does there any way to temporarily disable prettify-symbols-mode while showing avy candidates of the jump?