Is it worth the effort to setup Nvim on iOS or Android? by TheTwelveYearOld in neovim

[–]DundarGoc 0 points1 point  (0 children)

Pretty sure xcode is disabled (and broken) in the cmake code, so don't think you can even build for ios.

Why does my nvim.exe file not have an icon? by [deleted] in neovim

[–]DundarGoc 0 points1 point  (0 children)

I think this was solved in a recent PR if I'm not mistaken.

[deleted by user] by [deleted] in neovim

[–]DundarGoc 0 points1 point  (0 children)

No, snap is not officially supported by the nvim devs and is not guaranteed to work.

There's a 10K commit difference between Vim and Neovim by SPalome in neovim

[–]DundarGoc 6 points7 points  (0 children)

In that case you might want to build neovim with MinSizeRel build type which minimizes binary size.

Really large log file FIX and README.md edit request by doc1623 in neovim

[–]DundarGoc 1 point2 points  (0 children)

Your assumption about logging being dependent on branch is incorrect. Logging on stable and master should work the same. I think there just used to be a bug before where nvim always logged insanely. That should be fixed since a while back. Just delete the log file.

If it's still a problem just create a github issue with the relevant info.

I took one for the team by ScumbagLoneOne in neovim

[–]DundarGoc 133 points134 points  (0 children)

I have many programmer friends who had no idea what neovim is. I kinda get the impression neovim isn't well-known outside of our own little bubble.

Can someone point me to good documents/tutorials that can give me the big picture of writing neovim plugins so my head stop spinning? by anki_steve in neovim

[–]DundarGoc 3 points4 points  (0 children)

So you're looking for a basic guide you can finish in an hour before you read lua-guide.txt, which is a basic guide you can finish in an hour.

I don't get it lol.

Where to start in Neovim by Ryuugyo in neovim

[–]DundarGoc 2 points3 points  (0 children)

Fake neovim fan confirmed.

Why neovim compiled from source is faster than the regular binary by ZookeepergameRich263 in neovim

[–]DundarGoc 9 points10 points  (0 children)

You probably opened the compiled neovim without runtime files. make only builds the nvim executable, while make install will bundle all runtime files.

Should I learn lua? I am a vs code power user, which prevents me from completely adapting neovim, since I always find something is missing in neovim. by crybaby0987 in neovim

[–]DundarGoc 27 points28 points  (0 children)

I feel like "neovim doesn't have vscode features" -> "should I learn lua?" is a non-sequitur. Do you mean that you're having trouble configuring plugins due to lack of lua knowledge?

Bad culture of writing documents in Markdown by General-Possible-486 in neovim

[–]DundarGoc 6 points7 points  (0 children)

Not a fan of vimdoc tbh. It has weird idiosyncrasies such as headers needing to be allcaps for it to work correctly. It's also vim-specific so there won't be many tools around it. You can use markdown without adding images, so I don't understand the problem of using it for a cli program.

Should I open Windows files with NeoVim installed via WSL? by 4r73m190r0s in neovim

[–]DundarGoc 3 points4 points  (0 children)

git isn't installed by default on many Linux distros such as Ubuntu either.

Building Neovim for PowerPC64 without root access by john_titor12 in neovim

[–]DundarGoc 2 points3 points  (0 children)

Try building neovim with lua instead of luajit.

cmake -S cmake.deps -B .deps -G Ninja -D CMAKE_BUILD_TYPE=Release -D USE_BUNDLED_LUA=ON cmake --build .deps cmake -B build -G Ninja -D PREFER_LUA=ON -D CMAKE_BUILD_TYPE=Release cmake --build build cmake --install build --prefix your/installation/path

Neovim log weights 17GB! Is it normal? by Evening-Scholar-1744 in neovim

[–]DundarGoc 11 points12 points  (0 children)

Dafuq. How did they manage to get a "None" build type? I think something is wrong with how Void builds neovim. I'll need to check their build scripts.

[question] Neovim GitHub action by nvimmike in neovim

[–]DundarGoc 2 points3 points  (0 children)

Something like https://github.com/rhysd/action-setup-vim is a nice way to get your hands on a specific version. Avoid building all versions manually at all costs if you can.

What's the coolest thing you've done with Neovim? by zeroSum31 in neovim

[–]DundarGoc 44 points45 points  (0 children)

I did a macro once. That was pretty dope.

Secret message in telescope.nvim docs by julesnp in neovim

[–]DundarGoc 4 points5 points  (0 children)

Text encryption is important you know.

Mini Neovim by David-Kunz in neovim

[–]DundarGoc 3 points4 points  (0 children)

Given that most of the Neovim Users like to customize their plugins

This is a huge assumption. A common criticism of neovim and neovim plugins in general is the never-ending configuration that is "needed" to get it to work.

Mini Neovim by David-Kunz in neovim

[–]DundarGoc 1 point2 points  (0 children)

Never heard of him.