姚益祁
姚益祁
### Feature Description I've using lunarvim for half a year, but recently the quit action really confuse me. Once I finished editing with my code, I simply typed q to...
Thanks for your great work! I'm curious for one question: Can I use this crate like in C++, with only one macro `#include ` to use all functions, so that...
It seems the highlighting in makefile is not implemented. Here is the picture:   I'm not familiar with lua. In case of bad implementation (there are too many color...
I have tested it. Almost everything is great, but I can not let `Show Desktop` work. BTW it might be better to add some hint of `Close Window`, cause that...
### Describe the bug Using `Lspsaga finder` to jump to some references of a function. The jump list is not updated to the very first jump line, but still take...
## Compositor - [x] niri - [ ] Hyprland - [ ] dwl (MangoWC) - [ ] sway - [ ] Other (specify) ## Distribution Arch ## dms version v0.6.2...
cspell seems to have utf-16 as the default character index encoding format. So we need to have vim.str_byteindex to correctly get CJK or other characters byte index for col (which...
Closes #246. This bug is only happening in lsp mode, so I was wondering why. And I found the `vim.str_byteindx` (lsp.lua line 10), by correcting it the bug is resolved.
The error looks like this: ```bash 处理 BufReadPost 自动命令 "*" 时发生错误: Error executing lua callback: /usr/share/nvim/runtime/filetype.lua:36: BufReadPost 自动命令 "*"..FileType 自动 命令 "yaml"..FileType 自动命令 "*"..function 1_LoadFTPlugin, line 2: Vim(compiler):E666: Compiler not...