mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#neovim

13 posts13 participants0 posts today
Replied to xero

@xero Wait a minute. Fek! You made this colourscheme 🫨 ... like Hi 👋, how are u ? I really liked it, very very much. It's my colourscheme of the year that's for sure.

And you see that issue popped up in your #github, well guess who ?? It's not an issue just a feature request. Please look into it when you're free 🙏.

Replied in thread

@noboilerplate Just in case this helps someone else: Mine was set to visible too, so I can't figure out why it's not always appearing by default! 🤷 it seems to persist for notes where I 'activate' them, ah well.

The work around I learned which solved the problem for me is that you can hit Ctrl-; to bring up an 'add properties' menu which makes it super simple to add tags or any other property for that matter.

It struck me typing this that @obsidian and perhaps note taking systems in general are like #neovim - the time you invest in streamlining the way you use them productively pays back dividends several fold!

Thanks for the response and thanks for all the amazing videos!

I switched to using #vim as my main #RStats editor in 2018 and never really looked back. I used Nvim-R for my R integration and had been piecing my way with various plugins to a janky but workable editor.

Last year, switched over to #neovim and migrated my vim config to a fever dream of Lua config files so I could try out R.nvim (the successor to Nvim-R)

Last week I declared that setup to be a superfund site and downloaded #LazyVim and holy hell is it game-changing. Being able to fly to a function definition with `gd` is a power I did not know I needed. Hell, even #LazyGit is good.

Old and busted: github.com/zkamvar/config-file
New hotness: github.com/zkamvar/config-file

Replied in thread

@thelinuxcast is this something that is dramatically different with #vim or #neovim packages?

I don't really use vim plugins, but from my experience with emacs packages there is usually (around 85% chance) a picture or gif to demonstrate any graphical changes made by the package. Packages that only provide some behind the scenes function may not have example pictures because it is a difficult change to visually capture (videos gifs may still work in these situations).

Another vacation blog post: "Neovim configuration for file and module navigation in CDS models", where I describe how I extended my Lua-based Neovim configuration for CDS filetypes to improve navigation to referenced files and modules.

qmacro.org/blog/posts/2025/08/

Share & enjoy! #Neovim #Lua #SAPCAP

DJ AdamsNeovim configuration for file and module navigation in CDS modelsNeovim configuration for file and module navigation in CDS models 06 Aug 2025 | 5 min read In this post I describe how I extended my...

In (neo)vim you can make macros by just typing the comands into a text buffer and than yanking them into a register. For example if you wanted to make a macro to save and compile a go project you could type the vim commands like so:
:w
:!go run .

and than select the whole thing and press "rd to copy it into register r ant than run it with @r.

Replied in thread

@lazylemur Last time I searched, there wasn't much for #neovim without a plugin manager. Since I use #lazy, I've the options like `cond` to enable/disable plugins or loading them during specific events. If there's a way of doing all these without a plugin manager then I'll look it, maybe even implement it. But the resources were sparse.

Best of luck 👍 for your journey.

And update me if you find something.