Xavier Young
Xavier Young
Thanks for your sharing. Your workaround is a bit overhead when switch buffers in different project very often as it would call `get_project_root` twice if `root` could be found. This...
Sorry I didn't make it clear. My neovim version: `nvim --version` ```log NVIM v0.6.0 Build type: Release LuaJIT 2.0.5 Compiled by builduser Features: +acl +iconv +tui See ":help feature-compile" system...
@hrsh7th Should I use the head version of neovim 0.7?
> For exxample with the following command, after input `Redir ` in vim cmdline, `` do not give any further completion. > > ``` > command! -nargs=1 -complete=command Redir call...
Wish anyone could help for (neo)vim users. These may be useful: neovim: https://github.com/glacambre/firenvim vim: https://github.com/rhysd/vim.wasm
minimal `config.lua`: ```lua lvim.log.level = "warn" ``` After this change to lvim and `LuaCacheClear`, the behavior is consistent with before. ```diff diff --git a/lua/lvim/bootstrap.lua b/lua/lvim/bootstrap.lua index f637c14..aa011c3 100644 --- a/lua/lvim/bootstrap.lua...
@kylo252 I opened an issue for this in https://github.com/lewis6991/impatient.nvim/issues/59 and after a while `impatient.nvim` updated (https://github.com/lewis6991/impatient.nvim/pull/62) to allow user to disable modpath resolution which makes paths' ording in `rtp` reliable....
Another use case of `lvim.cmd` is to launch neovim GUI client. As far as I know, if I want to launch `neovide` with `lunarvim` inside, I have to pass in...
@wbthomason Do you have any feedback for this feat? Thanks!
Here are some infomation came from installing luahelper in vscode. 1. the size of luahelper is 62M, `sumneko_lua` only need 14M. 2. the binary has differnet name in each platform...