kylo252

Results 212 comments of kylo252

@CSpencerND, what filetype is it? and what server is attached to the buffer? what's the output of this? ```lua :lua =vim.api.nvim_get_autocmds({event = "CursorMoved"}) ``` does this solve your problem? ```lua...

hmm, not sure how to debug this really as it seems like an upstream bug/feature, since we barely make any changes to it currently. I'm wondering if it's some corner-case...

Interesting idea! I do however see some potential issues with it: - What is the scope for this project-config? is it only concerned with plugins or is it supposed to...

I haven't really used global statusline yet, planning on it tho! As I understand it, this is more or less expected behavior, I found a lot of helpful info from...

we could also just have a different theme if global statusline is enabled. pinging our resident design lead, wdyt @abzcoding?

fixed in https://github.com/LunarVim/LunarVim/pull/2554

Another relevant issue to this is that the site only targets the stable branch, this makes it harder to update information when a PR is done. Also related https://github.com/LunarVim/LunarVim/projects/1#card-67485925

nvim-tree now supports using `f` for filtering, still feel free to open a PR if you have some suggestions for a better remap.

I'm not sure if I follow, do you mean that we should set `vim.opt.shell` by default? If so, then how do you handle the following: - What about users wanting...