keeferwu
keeferwu
当 filetype = c 的时 结构体后输入 “.” 或 “->” 后无法自动补全结构体中的member
在VIM 中每打开一个c文件就会新建一个 clangd 的进程,导致系统内存被耗尽  
commit:921471b2f205cfa72a3a4f24bb0d02636297a0f8 导致snippets/ultisnips/c.snippets 中的内容无法在 c 代码中被补全
可否优化一下 Leaderf git 使其能够适应多个 git 仓库 例如有如下结构: ``` root_git --- .git --- aaa.c --- sub1_git --- .git --- bbb.c --- sub2_git --- .git --- ccc.c ``` 在 root_git 下打开bbb.c 或...
在neovim 中 git blame window 使用 F1 查看帮助时出现错误: 
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled May 10 2022 08:40:37) rust-analyzer 1.71.1 (eb26296 2023-08-03) errlog 信息如下: ``` ----- Easycomplete Errlog ------ 2024 8月 21 10时50分02秒 rust.rs [LOG]...
nvim version: 0.11.4 blame details of current commit in an exlorer page 在使用 tabclose 关闭时有时会报错 
希望在nvim 能让leaderF 配合 codecompanion.nvim 插件在AI 对话窗口中 实现文件列表和buffer列表的加载, 目前可以配合 codecompanion.nvim 使用的有 fzf_lua mini_pick snacks telescope, 因为安装了LearderF,不再想安装这些功能类似的插件,但在codecompanion.nvim 的AI 对话窗口中加载文件或buffer时又不太方便, 如果LeaderF 也能用作其providers就好了 [codecompanion.nvim ](https://github.com/olimorris/codecompanion.nvim) 使用默认方式加载buffer列表演示: 