Heache Bear

Results 21 issues of 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 = {}, ---------------------------...

enhancement
stale

![image](https://user-images.githubusercontent.com/54128430/109249357-8295ab00-7822-11eb-8056-c0f9e5aff0f7.png) 应该是变为`sh` ![image](https://user-images.githubusercontent.com/54128430/109249379-8b867c80-7822-11eb-91a0-104fc02d43af.png) 应该会展示元音为`k`的候选词汇 甚至还会影响到其他组合: ![image](https://user-images.githubusercontent.com/54128430/109249497-c5f01980-7822-11eb-909f-86f6e7bcb960.png) 应该是`shu ch` ![image](https://user-images.githubusercontent.com/54128430/109249764-53336e00-7823-11eb-8452-3eeca8f75c19.png) 这个直接没了,应该是`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...

bug-upstream

**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...

Issue-Bug
Product-Terminal
Priority-3
Area-AtlasEngine

This is screenshot in README ![](https://user-images.githubusercontent.com/56817415/213473285-7bd858be-6947-4d9e-8c01-2573cbc7e76c.png) This is my local looks, the background colors of lualine are different from above. ![image](https://github.com/catppuccin/nvim/assets/54128430/d1f5512b-ddcd-4305-9c09-583222ce8c97)

enhancement

```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...

bug