Towry Wang

Results 59 comments of Towry Wang

![截屏2023-06-21 11 50 55](https://github.com/nvim-lualine/lualine.nvim/assets/8279858/f91415a8-6988-45b1-9458-2aa886a6d6a8) 1. use telescope grep to send all files into quickfix list. 2. run `cdo s/foo/bar` This error happened.

Both upstream dependencies seem resolved, tag `blocked` can be removed ?

> Thanks, I was able to drag it. However, the draggable space with `hide_window_decorations titlebar-only` is _really_ tiny from what I can tell (see short video). It also sits outside...

![截屏2022-12-14 17 13 42](https://user-images.githubusercontent.com/8279858/207554867-f77e30b2-d6ed-423b-89c2-1891b9fc5608.png)

Seems i am encounter the same issue. Notice following error log, i can't run `:!echo "OK"`, but after kill the coq process, I am able to run it. ``` :!echo...

This works, https://github.com/yuki-yano/dotfiles/blob/0a1bb68e0e9bc5332d366fcf5aec71d1c1468598/.vim/lua/plugins/git.lua#L80 Need to manually open it.

try this one https://github.com/miikanissi/modus-themes.nvim

## add_path not working as expected I am using visits to mark project in monorepo like [rust project](https://github.com/rust-lang/rust). The code is like this: ```lua function M.add_project(project_path, cwd) local visits =...

`vim.cfg.runtime__starts_cwd` is `vim.uv.cwd()` when starting nvim in a folder(the folder path that nvim starts from). in monorepo, multiple project root can be the current cwd. I am using https://github.com/ahmedkhalf/project.nvim to...

https://github.com/echasnovski/mini.nvim/assets/8279858/4198a778-b317-4515-a66e-d2b3dc67188d @echasnovski --- ```lua vim.print(index) -- Normalize index index = MiniVisits.normalize_index(index) vim.print(index) ``` the first print is ok with expected output: after normalize, the labeld paths is lost. --- seems...