Heache Bear
Heache Bear
``` goroutine 1 [running]: main.do.func1(0xc0000d4d40, 0x32, 0x0, 0x0, 0x696e80, 0xc00009ad20, 0x0, 0x0) /home/beardad/.local/go/pkg/mod/github.com/juntaki/[email protected]/main.go:49 +0x4c path/filepath.walk(0xc0000aee10, 0x2e, 0x69a188, 0xc000110820, 0xc000105ee8, 0x0, 0x0) /usr/lib/go/src/path/filepath/path.go:434 +0x226 path/filepath.walk(0xc0000ae570, 0x26, 0x69a188, 0xc00009dba0, 0xc000105ee8, 0x0, 0x0)...
### Feature Description There are tree-sitter option exists in lvim.builtin.treesitter but no tree-sitter module plugin installed ```lua lvim.builtin.treesitter = { on_config_done = nil, ensure_installed = {}, ignore_install = {}, ---------------------------...
 应该是变为`sh`  应该会展示元音为`k`的候选词汇 甚至还会影响到其他组合:  应该是`shu ch`  这个直接没了,应该是`kai ch` **PS:我用的`fcitx5-rime`**
## Expected behavior, english is required The syntax checking section of statusline with ALE should be updated after ale linted. ## The reproduce ways from Vim starting (Required!) 1. `nvim...
**Describe the bug** when startup with dashboard, the buftype of dashboard is empty, meas it is a normal buffer, it may cause issues with other plugins. **To Reproduce** 1. `nvim`...
### Windows Terminal version 1.18.3181.0 ### Windows build number 10.0.22621.0 ### Other Software lazygit v0.40.2 nerdfont v3.1.1 [SauceCodePro](https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/SourceCodePro.zip) ### Steps to reproduce `\u25ef` -> `◯` ### Expected Behavior render correctly...
This is screenshot in README  This is my local looks, the background colors of lualine are different from above. 
```cpp options.add_options()( "opt", "desc", cxxopts::value()->limit_value( std::unordered_set{"only", "these", "values", "are", "allowed"})); ```
# Current Behavior ```cpp cxxopts::Options o{"", ""}; o.add_options()("a", "", cxxopts::value()); o.parse_positional({"a"}); std::vector arg = {"a.out"}; auto r = o.parse(arg.size(), arg.data()); EXPECT_ANY_THROW(r["a"].as()); ``` # Expected Behavior ```cpp cxxopts::Options o{"", ""}; o.add_options()("a",...
### Description 1. `:lua vim.print(require("telescope-live-grep-args.prompt_parser").parse('-arg prompt_end_with_quote"'))` 2. get error ```txt E5108: Error executing lua ...args.nvim/lua/telescope-live-grep-args/prompt_parser.lua:139: attempt to concatenate local 'frag' (a nil value) stack traceback: ...args.nvim/lua/telescope-live-grep-args/prompt_parser.lua:139: in function 'parse' [string...