Xavier Young
Xavier Young
This pr add a setup option `patterns_fallback` which is false by default. When it is set to ture and all patterns fail to match, project.nvim will change the directory to...
When define a user command with `-complete=command` argument, `cmp-cmdline` can't even give a completion list. For exxample with the following command, after input `Redir ` in vim cmdline, `` do...
### Problem description See [#2290 (comment)](https://github.com/LunarVim/LunarVim/issues/2290#issuecomment-1046209783) In lunarvim, the user config path (`LUNARVIM_CONFIG_DIR/lua/lvim/**/*.lua`, usually `~/.config/lvim/lua/lvim/**/*.lua`) should always take precedence over lunarvim runtime path (`LUNARVIM_BASE_DIR/lua/lvim/**/*.lua`, usually `~/.local/share/lunarvim/lvim/lua/lvim/**/*.lua`). So if I run...
# Description Add two new shims for windows: `lvim` and `lvim.cmd` `lvim` is used by `git.exe` to take as core editor when commit message or other git editing tasks. `lvim.cmd`...
### Description Add a new `PackerSnapshotDone` autocmd which will be fired after `PackerSnapshot` command. Why? As https://github.com/wbthomason/packer.nvim/pull/370#issuecomment-1051643004 said, the snapshot file generated is not ordered or stable and is not...
**Which server would you like to request to be added?** Server name: luahelper Server homepage (e.g., GitHub page): **Which languages does this server target?** Languages: `lua` **Feature** Compared with other...
In `workspace_diagnostics` mode, there may have multiple file in troubls's list. It will be nice to use `J` and `K` to put cursor to next file and previous file, which...
With `:TablineBuffersBind`, I could bind the current tab's buffers to some files. After a while, I want to bind more buffer so I try the same command and found the...
I have attemped to add it to lspconfig in my local machine with following settings https://github.com/younger-1/nvim-lspconfig/commit/c3e0e977d40d5fd05452ba2e62258aa724a36e3a. And I can't make luahelper LS attach to my buffer. This is what I...
[scoop](https://github.com/ScoopInstaller/Scoop) 安装方式: ```ps1 # 1. 按照 https://scoop.sh/ 安装 scoop # 2. 在 `cmd` 或 `powershell` 中安装含有 `tai` 的 `bucket`: scoop bucket add scoop-it https://github.com/younger-1/scoop-it # 3. 安装 `tai` scoop install...