Marskey
Marskey
It should be fix by following ``` def resolve_path_variables_of_vs(context, path_with_vars): """ Evaluates paths with visual studio variables """ path_with_vars = path_with_vars.replace('$(ProjectDir)', './') rel_path = os.path.relpath(context.solution_path, context.cmake) path_with_vars = path_with_vars.replace('$(SolutionDir)', rel_path...

can you list up plugins all you used? pls
2022/12/20 15:18:04.133427 678948.259 finished creating word cache: ~ 2022/12/20 15:18:04.133949 678948.781 Received GUI event from neovim 2022/12/20 15:18:04.178140 678992.964 Received GUI event from neovim 2022/12/20 15:18:04.180108 678994.939 Received redraw event...
# Description Fixes #2517 ## Type of change - Bug fix (non-breaking change which fixes an issue) **Configuration**: * Neovim version (nvim --version):0.9.4 * Operating system and version:macos 12.4 #...
# Description fix new input query interrupts the old query when the job is not returning results fast enough. I must admit that my way of fixing was not appropriate...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
 font is https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/Meslo.zip
Reproduce the issue: ```bash echo "hello\t" ``` then enter fingers mode you'll get this: