Tuan Bui
Tuan Bui
In recent releases, I cannot go to the caret mode (by press "vc") from Normal mode. So I create this patch to have it back.
Add a vim user, I want to have autocompletion ability not only in the editor but also in search and command line
Seemed that `projects` module is loaded after `telescope` module . So Telescope cannot load the project extension The behavior occurs randomly (possibly because of asynchronous module loading mechanism - just...
### Current Behavior: When I try to format my typescript code, even when my nvim "shiftwidth" is 4, the formatted code is always use tabsize of 2 ### Expected Behavior:...
## Prelude * Could you find answer in below documents? 1. [FAQ](https://github.com/brookhong/Surfingkeys/wiki/FAQ) / [常见问题](https://github.com/brookhong/Surfingkeys/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) 1. [README](https://github.com/brookhong/Surfingkeys/blob/master/README.md) / [读我](https://github.com/brookhong/Surfingkeys/blob/master/README_CN.md) No * Have you searched your problem in [issues](https://github.com/brookhong/Surfingkeys/issues)? Yes ## Error...
**Environment** Lazyvim (https://www.lazyvim.org/) ```lua return { { -- asscociate buffer to tab "tiagovla/scope.nvim", lazy = false, config = function() require("scope").setup() end, keys = { { "fB", "Telescope scope buffers", desc...
I'm looking for a way to define a condition to associate a set of file with a tab For example, I would like when openning, each "*.test.ts" come into a...
## Environment - Ubuntu 22.04.3 LTS - Wayland - regolith-desktop 3.0 + sway ## How to reproduce: - Use wayland - move a window to scratch - Run `ilia -p...
For detail, check issue #81
## Description When trying to run Neotest in watch mode, cannot view the output of the test, event the test is finished, whether the test pass or failed. Seems it's...