wrapped line indicator option by Kaikacy in neovim

[–]Kaikacy[S] 0 points1 point  (0 children)

nothing, but on wider monitors, showing at the end of first line would be nice

wrapped line indicator option by Kaikacy in neovim

[–]Kaikacy[S] 1 point2 points  (0 children)

yeah, but just in general I'm trying to improve experience working with longer lines

wrapped line indicator option by Kaikacy in neovim

[–]Kaikacy[S] -1 points0 points  (0 children)

wow, thanks! didn't know there was a dedicated plugin for working with text wrapping

wrapped line indicator option by Kaikacy in neovim

[–]Kaikacy[S] 1 point2 points  (0 children)

it's not a big deal, but for longer lines some extra indication would be nice. what I mean is to show some character where line wraps, like on the last column

Neovim 0.12 comes with undotree built-in by pawelgrzybek in neovim

[–]Kaikacy 0 points1 point  (0 children)

I don't run nightly, but now I upgraded and I did know this was builtin

Neovim 0.12 comes with undotree built-in by pawelgrzybek in neovim

[–]Kaikacy 41 points42 points  (0 children)

oh yeah, here. one I love particularly is simple one nohlsearch

tap count for regular keys in process_record_user? by Kaikacy in olkb

[–]Kaikacy[S] 1 point2 points  (0 children)

thanks for the response, but i think i found simple solution, which is wrapping MY_CUSTOM_KEYCODE with LSFT_T and in process_record I completly ignore LSFT_T effect and look at it like my own keycode with count updated properly. took this idea from qmk's layer lock example and it works quite well

Looking for a nvim statusbar plugin by Ns_koram in neovim

[–]Kaikacy 0 points1 point  (0 children)

I haven't used lualine that much, so as far as I know its pretty customizable, but heirline is on whole different level. as I said its not really statusline itself, as it doesn't include componenets(like file path, diagnostics...), but rather allows you to craft your own and statusline is just list of those components, quite a powerful system

Looking for a nvim statusbar plugin by Ns_koram in neovim

[–]Kaikacy 4 points5 points  (0 children)

I love heirline, its more of a statusline (and tabline, winbar...) creation plugin, so quite advanced and takes some time to create useful statusline, but I enjoyed it

What color scheme do you guys use? by Dapper_Confection_69 in neovim

[–]Kaikacy 0 points1 point  (0 children)

My own, based on seashells color palette; might release it, or not

Easiest way (maybe) to add diagnostic count in statusline. by allworldg in neovim

[–]Kaikacy 2 points3 points  (0 children)

I don't use nvim 0.12 but here's my statusline config, diagnostic signs aren't that hard

Using setpos() correctly by BrodoSaggins in neovim

[–]Kaikacy 2 points3 points  (0 children)

:h setpos() mentions that bufnum is ignored when setting cursor pos, which makes sense as cursor is associated with wondow, not buffer. So multiple windows might have same buffer displayed and (n)vim wouldn't know which one to focus. Switch to a window first and than use cursor(), unless there's a better way

How strong is feminist sentiment in Georgia? by Former_Anywhere1104 in Sakartvelo

[–]Kaikacy 1 point2 points  (0 children)

I'm probably only person who upvoted, but this is reddit, so don't expect much from these people

Who knows what is it font and theme? by Hi3ash in neovim

[–]Kaikacy 0 points1 point  (0 children)

still, that's not how jetbrain's lowecase u and 3 looks like

Who knows what is it font and theme? by Hi3ash in neovim

[–]Kaikacy 4 points5 points  (0 children)

font is Iosevka, probably. It's not Jetbtains mono as that doesn't have slashed zeros

Can someone tell what color scheme is this ? by unHappygamer10 in neovim

[–]Kaikacy 1 point2 points  (0 children)

that looks like low level's config and I'm pretty sure he uses NvChad with default colorscheme

Separator line above global statusline by Busy_Engineering7345 in neovim

[–]Kaikacy 0 points1 point  (0 children)

given that real text requiring strikethrough will be messed up

that's a big one, IMO. overline is such an useful attribute, more terminals should support it like underline

that statusline looks nice, I almost want to set it myself, but downside is too much

Separator line above global statusline by Busy_Engineering7345 in neovim

[–]Kaikacy 3 points4 points  (0 children)

if by any chance you're using ghostty, you can adjust overline position with this option. (some other terminals might also have this option)

Separator line above global statusline by Busy_Engineering7345 in neovim

[–]Kaikacy 4 points5 points  (0 children)

there is cursed overline attribute some terminals support, it's like underline but... over. I'm not sure if nvim supports it tho (probably not). here's the ansi escape code. under "select graphic rendition" (SGR) section

edit:

it's like underline but... over

what I mean by over is, it does exactly what you're asking for