Results 9 issues of fengwk

Transparency does not work on my neovim. MyEnv: - NVIM v0.7.2 - windows 11 - powershell 7 Error message: ``` packer.nvim: Error running config for doom-one.nvim: [string "..."]:0: Vim(colorscheme):E5113: Error...

bug
good first issue

I use lf on windows terminal, but if Chinese appears, it cannot be cleared in time unless the position where chinese appears is occupied by other English characters. example: Image1...

Sometimes I get an error when I use `` to go back to the previous buffer ``` Error detected while processing BufLeave Autocommands for "*": E5108: Error executing lua ...site/pack/packer/start/statusline.lua/lua/statusline.lua:4...

1. PreviewWindow used "force" for tbl_deep_extend, so the parameters passed from outside would always be invalid. I modified it. Additionally, I attempted to support passing UI attribute configurations through the...

In commit 365811ecf97a08d0e2055fba210d65017344fd15, we inferred the altbuf. However, there are two issues: 1. `bufnr([{buf} [, {create}]])` - The second parameter 'create' in `bufnr([{buf} [, {create}]])` cannot be set to a...

Do not write when the buffer cannot be modified. A common scenario is that inputting new questions before the last question has been answered will generate a large amount of...

Support jump to uri location like `jdt://contents/spring-webmvc-4.3.11.RELEASE.jar/org.springframework.web.servlet/DispatcherServlet.class?=music-community-friends-service-cache/%5C/home%5C/fengwk%5C/.m2%5C/repository%5C/org%5C /springframework%5C/spring-webmvc%5C/4.3.11.RELEASE%5C/spring-webmvc-4.3.11.RELEASE.jar=/maven.pomderived=/true=/=/javadoc_location=/jar:file:%5C/home%5C/fengwk%5C/.m2%5C/repository%5C/org%5C/springfram ework%5C/spring-webmvc%5C/4.3.11.RELEASE%5C/spring-webmvc-4.3.11.RELEASE-javadoc.jar%5C!%5C/=/=/maven.groupId=/org.springframework=/=/maven.artifactId=/spring-webmvc=/=/maven.version=/4.3.11.RELEASE=/=/ maven.scope=/compile=/=/maven.pomderived=/true=/%3Corg.springframework.web.servlet(DispatcherServlet.class`. Also, I don't know much about vim api. Maybe there is a better way to replace hard coded "utf-8".

I wish to disable the animation effects of the fcitx input method because the experience of having a shaking animation every time a character is entered is not pleasant. When...

## Fix 1. Calling Signs.set_for_lines with a busy call will cause neovim to freeze. 2. Resolved chat window unmodifiable error and avoid streaming response clearing on panel redraw. ## Features...