Andis Spriņķis

Results 16 comments of Andis Spriņķis

OK, it stopped occurring after I removed and reinstalled [impatient.nvim](https://github.com/lewis6991/impatient.nvim/) plugin and now setup() works, so there could have been some module caching issue related to that plugin which I'm...

I updated plugins and got same issue, even after removing impatient.nvim, .local/share/nvim, packer /plugins and reinstalling all plugins from scratch, so I think it's something else than impatient.nvim ![pZm6RvlecA](https://user-images.githubusercontent.com/52537705/163835828-ed12ef18-127c-44d7-8969-62101ed0973d.png) ![tbRchLrCgJ](https://user-images.githubusercontent.com/52537705/163835831-6b103d3c-3591-4337-a931-d004c7b1b8a4.png)...

Stopped occuring when I updated nvim from 0.6.1 to recently released 0.7.0, so probably backwards compat. issue in one of the other treesitter plugins.

Happened today again on nvim startup after I installed my nvim config on a new Arch Linux host with nvim **0.7.0** (cloning config repo into .config/nvim and letting packer bootstrap...

Forgot to specify that in my case the window actually closes, but process remains running.

I have noticed this happening during editing TSX files when I tap `:w`. I use these completions for `:`: ``` { name = 'cmdline_history' }, { name = 'cmdline' },...

It occurred to me that such functionality may be similar to `vim.lsp.buf.definition` method, which in editor jumps to the definition file of a symbol and similarly `vim.lsp.buf.declaration`. (The former works...

Can confirm the same. These `lfrc` keymaps do nothing: ``` map updir map open map updir map open ``` The horizontal scroll wheel does work in Neovim. System: ``` uname...

Would it be worth raising a feature request in the `tcell` repo? The lf UI seems very suitable for lazily navigating depth of directories (updir/open) with the horizontal mouse wheel...

button6 and button7 appear to work in lf 38 👍 Presumably since https://github.com/gdamore/tcell/commit/0026b6d56c909071c4576f0441c723364955adad Works as: ``` map updir map open ``` But doesn't work as: ``` map updir map open...