Yuriy Artemyev

Results 71 comments of Yuriy Artemyev

Hello, @jeffreytse. I'm sorry, but for me still doesn't work. The same: all commits after c1480b4 are broken.

b95221a8b0cae33c056e7caefc9a4037568dc8a3 is the first bad commit

Unfortinutly the https://github.com/nvim-telescope/telescope.nvim/issues/559#issuecomment-886123429 solution does not work for me. I use the next solution: ``` autocmd BufRead * autocmd BufWinEnter * ++once normal! zx ``` or the same but with...

I use ufo with treesitter provider and this autocommand: ```lua vim.api.nvim_create_autocmd('BufRead', { callback = function() vim.api.nvim_create_autocmd('BufWinEnter', { once = true, callback = function() vim.defer_fn(function() vim.api.nvim_feedkeys('zM', 'm', false) end, 70) end...

May be problem is in colon inside `vim.cmd`. Colon needs to enter command mode, it is not needed inside `vim.cmd`.

I am very glad about this upcoming feature! Will it be possible to write the text right after `- \` mark in the same line? I'm asking because of folding:...

I came from Windows where I used Far manager. And I'm used to using the right pane as my main pane and the left as an auxiliary pane. So for...

``` Error detected while processing function remote#define#request: line 2: Error invoking '/home/anuvyklack/.local/share/nvim/site/pack/packer/start/bolt.nvim/rplugin/python3/vim_tc_explorer:autocmd:TextChangedI:TC_Input' on channel 3 (python3-rplugin-hos t): error caught in request handler '/home/anuvyklack/.local/share/nvim/site/pack/packer/start/bolt.nvim/rplugin/python3/vim_tc_explorer:autocmd:TextChangedI:TC_Input []': Traceback (most recent call last): File...

I don't know how to work with docker. I can, if you explain how. I am using Pop!_OS 20.10 which is Ubuntu 20.10 with a different gnome-shell. I'm using [neovim...