flamendless
flamendless
Why move to a new package manager though?
Im looking for breadcrumbs functionality, my previous config has it but since latest config uses a new statusline my old config for it will be harder to setup. Can this...
I'm willing to translate it to Filipino (Philippine language)
I'd probably do the latter as I haven't yet downloaded QT creator. Also, PH is the suffix I will use _Sent from my HUAWEI GR5 2017 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_
Thank you! ~~I get a weird behavior though, it shows but my cursor is stuck on the hover doc window. Cant quit the buffer or close it or move to...
Sorry (very new to neovim's lua/vim), but how do i use that function?
This works: ```lua function AutoHover() local hover = require'lspsaga.hover'; return vim.loop.new_timer():start(2000, 0, vim.schedule_wrap(function() hover.render_hover_doc() end)) end vim.cmd "autocmd CursorHold lua AutoHover()" ``` but still suffers from getting stuck in the...
> try calling hover.close_hover_window() right before hover.render_hover_doc(), I think that this will ensure it is closed. and should fix the issue for ur use case temporarily. Now it flickers (closes...
> ```lua > function AutoHover() > local hover = require "lspsaga.hover" > vim.loop.new_timer():start( > 2000, > 0, > vim.schedule_wrap(function() > if not hover.has_saga_hover() then > hover.render_hover_doc() > end > end)...
> What happens if everything is inside a Table? It doesn't get drawn properly. ```cpp if (ImGui::BeginTable("TableNode##NodeVar", 2, ImGuiTableFlags_SizingFixedFit)) { ImGui::Separator(); //this doesnt get drawn ImGui::TableNextRow(); ImGui::TableNextColumn(); ImGui::Separator(); //this is...