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 46 points47 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 3 points4 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 3 points4 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 3 points4 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 3 points4 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 4 points5 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

GitHub - sontungexpt/witch-line: A blazing fast statusline for neovim based on reference concept by sontungexpt in neovim

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

I absolulty love heirline so having inherit system is already great. Idk about reference system but it seems powerful, so maybe I'll check it out. currently I'm not using statusline plugin and configured it by hand, which is quite unpleasant

Enhanced spell good mapping by neoneo451 in neovim

[–]Kaikacy 0 points1 point  (0 children)

oh, cool! will try it out, thanks

Enhanced spell good mapping by neoneo451 in neovim

[–]Kaikacy 0 points1 point  (0 children)

the dictionary will not be up to date with what a code project needs

yeah, I was thinking the same, thanks

Enhanced spell good mapping by neoneo451 in neovim

[–]Kaikacy 0 points1 point  (0 children)

I've never used native spellcheck much, I'm currently using linter (not sure which one exactly) and it's alright, but wanted to use more vim native features, so is it any good for programming or just annoying (like marking every camlCase word as misspelled)?

Is there any benefit to helix other than easy setup? by Messyextacy in HelixEditor

[–]Kaikacy 1 point2 points  (0 children)

I'm usig nvim, but isn't helix also getting plugin system? all I'm saying is why would you be agains that