Apinant.u
Apinant.u
> https://github.com/Shatur/neovim-session-manager/blob/ffefc2be3e0085d1a564aabe0566c95cd130bedc/lua/session_manager/utils.lua#L51 > yep, this causes a problem.
Yeah, it works.
try this ```lua lvim.builtin.cmp.experimental.ghost_text = false lvim.lsp.diagnostics.virtual_text = false ```
> > This did not solve the issue for me. follow with this 1. delete `lvim/plugin/packer_compiled.lua` in your config directory 2. open lvim run `:LvimCacheReset` -> exit lvim 3. open...
> Is there a way to turn on some kind of key press -> action level logging? I can open any file and then just type a couple of characters...
It looks like they may have a problem with lualine. Let's add this to your config. It's going to remove lualine. ```lua lvim.builtin.lualine.sections = { lualine_a = {}, lualine_b =...
`:checkhealth` ?
should be like this? ```lua lvim.builtin.which_key.mappings["s"]["p"] = { "Telescope pickers", "Pickers" } -- OR lvim.builtin.which_key.mappings["s"].p = { "Telescope pickers", "Pickers" } ```
> it is quickly re-opened as the final step of the search reset routine. It happens so fast you can't see it. yeah so quickly I tried to close it...