Rodrigo Hashimoto
Rodrigo Hashimoto
> These can already be achieved with `fmt` 2nd one can be done with `cond` . > > For example: https://github.com/nvim-lualine/lualine.nvim/wiki/Component-snippets#truncating-components-in-smaller-window > > ```lua > --- @param trunc_width number trunctates...
I'm no longer using vim and airline but thanks for this awesome project
all solutions I tried so far has this same issue of pixelated images, except for [yazi](https://github.com/sxyazi/yazi) that I found out recently.. from my long list of tested alternatives was the...
well .. it seems that updating my norg parser did the trick
nevermind .. the issue is still here.
Search and other prompts also resets the custom highlight color.. apparently this is happening only in neorg filetype
`vim.api.nvim_put({ '()' }, 'c', false, true)` This works but the cursor ends up after `()` which is a bit annoying, would be interesting to have the cursor inside brackets.
Latest Neovim Nightly has some breaking changes affecting highlight groups, took me quite sometime to ajust my config .. Now my config seems to be working fine except the NvimTree,...
Also had the same issue.. interesting to see that doing the changes manually to the plugin structure seems to be a common thing? To workaround this issue all I did...
and from quickfix we can open all files at once? For testing purpose I've selected two files and sent them to quickfix list but couldn't find a way to open...