Micah Halter
Micah Halter
Actually what this probably is @QianChenglong @natematykiewicz is resulting from language servers shutting down. There is a `VimLeavePre` autocommand to safely close language server clients. This very much could cause...
Can you please succinctly describe the bug and steps to achieve it. I cannot understand what was described in the issue text
Thanks for explaning. The images are quite helpful. It looks like the `statusline` and `tabline` are having issues rendering inside of FinalShell. Absolutely no idea what could be causing this,...
@class-g could you see if setting `vim.opt.title = false` fixes your issue?
@class-g try adding this to the file `~/.config/nvim/lua/plugins/disable_title.lua`: ```lua return { "AstroNvim/astrocore", opts = { options = { opt = { title = false } } }, } ``` And...
Hey, sorry for the lack of reply here. I have been pondering this a good bit and is a feature I would be interested in adding if we can find...
@ynnoig have you had any luck with this? I have been following this thread hoping it would get a solution but so far no one has replied
Is there any update on this PR? This is a feature I'm very interested in with stuff like `netman` coming up that adds sources that I don't necessarily want to...
@raphael-ratepay you can achieve this with: ```sh fd -HI '^.git$' --type d --base-directory ~/Source | sed 's|/.git||' ```
Oh yeah that's true @raphael-ratepay ! My bad!