kylo252

Results 212 comments of kylo252

> Didn't fix / do anything I don't get why would changing from config to setup and adding a dependencies will impact the result? And I'm getting it even I...

This is probably a Neovim build related issue caused by a mismatch between the provided version of [tree-sitter-lua ](https://github.com/tree-sitter-grammars/tree-sitter-lua) compared to what [runtime/lua/vim/treesitter/query.lua](https://github.com/neovim/neovim/blob/master/runtime/lua/vim/treesitter/query.lua) is expecting. Suggested solution: clean build neovim...

until the PR is done, adding this to your `config.lua` should fix it for now ```lua lvim.builtin.treesitter.context_commentstring = nil ```

These were not hard-dependencies back when we wrote the installer script. Please create a PR to add them to this list here: https://github.com/LunarVim/LunarVim/blob/e85637c2408264f2591b9c9bca073cd58d314a97/utils/installer/install.ps1#L88-L89

when did you last install the desktop file? it might be worth it re-executing `create_desktop_file()` from the installer, or at least [checking that `xdg-desktop-menu` works fine](https://wiki.archlinux.org/title/xdg-menu) for you. https://github.com/LunarVim/LunarVim/blob/e85637c2408264f2591b9c9bca073cd58d314a97/utils/installer/install.sh#L455-L467

did you resolve this? otherwise, it might a problem with your rofi'e config/environment.

> the config is no longer moved during the install since #4129 this behavior was annoying, every time you update you need to move your config back The main problem...

> should I revert https://github.com/LunarVim/LunarVim/pull/4129 or use this as a workaround until packaging is done? do the minimum amount of tweaking necessary until packaging is stable > we set undodir...

Yeah, we should probably remove that `pynvim` dependency, and tell the users they can install it themselves if they need it. For now, you can select "no" when prompted by...

works fine for me on master with Neovim v0.10.0, let me know if you still encounter any issues.