xtrats

Results 8 issues of xtrats

想使用 leaderf 换掉 tagbar,但是目前使用 tagbar 的一个理由是在 statusline 显示当前行所在的类名、方法名: `tagbar#currenttag("%s", "", "f")` 显示结果为 `类名:方法名`,随光标移动实时更新。 leaderf 是否有提供类似的接口呢?

I changed the key mapping of `goto_next_start` and `goto_previous_start`, but it doesn't work. `]m` and `[m` is still the key to jump between functions where I want `]]` and `[[`....

my config: ```vim let g:neoformat_enabled_c = ['astyle'] let g:neoformat_c_astyle = { \ 'exe': 'astyle', \ 'stdin': 1, \ 'args': [ \ '--style=linux', \ '--pad-oper', \ '--add-braces', \ '--convert-tabs', \ '--align-pointer=name',...

Inlay hints are displayed when the file is opened, but they disappear after saving without changing anything. I use [init_lazy.lua](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) to make the test. neovim version: 0.9.5 ![2024-01-03_20-28-50 (1)](https://github.com/ray-x/go.nvim/assets/5361387/89e97e34-e741-4f76-9f65-be1651024a17)

I use [init_lazy.lua](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) to make the test. I add the `max_line_len` config in the config file: ```lua opts = { verbose = true, max_line_len = 120, --

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Add options to set the width and height of floating window (`kind = "floating"`),...

### Did you check the docs? - [X] I have read all the flash.nvim docs ### Is your feature request related to a problem? Please describe. My char mode config...

enhancement

**Describe the bug** `fg` in `chunk.style` and `bg` in `blank.style` does not work.

bug