SebasCoding's Avatar

SebasCoding

@sebascoding

26
Followers
42
Following
113
Posts
30.11.2023
Joined
Posts Following

Latest posts by SebasCoding @sebascoding

Or you must review every commit of every editor to be 100% sure. And I don't like LLMs, I barely use them at work. But I don't understand how people can be so angry for people (that even work for free) using a tool for just 3 prs in more than 3500 commits in the last year.

07.03.2026 16:41 👍 1 🔁 0 💬 0 📌 0

There are only 3 neovim prs merged with the "AI assisted" label (and 8 closed), none of them vibe coded. And you only know about them because they are being labeled. Apparently transparency is a bad thing now. If you are only going to use an editor without any LLM code you can use nano I guess.

07.03.2026 16:41 👍 3 🔁 0 💬 1 📌 0

The best new feature in 0.12 Works great!

01.01.2026 01:49 👍 1 🔁 0 💬 0 📌 0

I think so. Works in help pages too. And it maps to document symbols if you have an active ls.

15.12.2025 21:00 👍 3 🔁 0 💬 0 📌 0

If you use nvim 0.11,you can just do `gO`, no plugin needed

15.12.2025 16:50 👍 8 🔁 0 💬 2 📌 0

So what "most professional devs have free access to pretty good modern hardware. Also the most hardcore nvim users I know own the best hardware." means? Devs have potato botebooks. Thinking that performance is not an issue because you can have a better pc is what's making software so bad.

13.12.2025 20:05 👍 0 🔁 0 💬 1 📌 0

Yeah, most devs in the world have free access to modern hardware, sure. You are delusional. Do you know there are great devs in third world countries? I definitely have an old notebook that can browse the internet without issues but can't open android studio or a big ide.

13.12.2025 18:05 👍 0 🔁 0 💬 1 📌 0

It's not weak, it is very reasonable. If you have a mac with an M5 then it probably doesn't affect you, but that doesn't mean the argument is weak. For many people, with old notebooks, that need to run an IDE, a server and maybe even docker or an emulator, performance is key.

13.12.2025 15:15 👍 0 🔁 0 💬 1 📌 0

`:term` ?

26.11.2025 22:24 👍 1 🔁 0 💬 0 📌 0

Why? Autopairing is very annoying, I hate it. I don't want my editor to insert stuff I don't write myself. What some may think is essentials others may think it's the opposite. That's why neovim maintainers don't add every feature. And in 2025 it's just one line to add your own autopairing.

07.11.2025 22:43 👍 1 🔁 0 💬 1 📌 0

Ohh, and you decided to do it voluntarily on a friday morning? Wild. The new branch is way better, but needs a lot of changes. You are brave.

19.10.2025 00:21 👍 0 🔁 0 💬 1 📌 0

A quick note, nvim-treesitter can't break as it happened to you if you don't manually change the branch, master is still the default. Is this a nix thing that changed the branch? Or are you using a distro?

18.10.2025 17:15 👍 0 🔁 0 💬 1 📌 0

I understand the appeal, even if it's not appealing to me.

15.10.2025 19:47 👍 0 🔁 0 💬 0 📌 0

Vim and Neovim have dozens of plugins that do that. Leap.nvim, flash.nvim, mini.jump2d and many others. There are some in vimscript if you prefer, just don't remember the names but should be findable.

15.10.2025 17:58 👍 1 🔁 0 💬 1 📌 0

Neovim has a snippet module that can expand them. Here is a very simple implementation that just works: github.com/boltlessengi... (idk why it was removed, I use it everyday and there is no issue with it)

08.09.2025 03:15 👍 0 🔁 0 💬 0 📌 0

The simpler way to achieve this is with dot repeat and `:h gn`, which is the same as multicursors but backwards. You first do one edit and then repeat for the next occurrence (instead of first selecting and then editing). If it's a complex edit, then macros is a better complex solution.

30.08.2025 10:21 👍 2 🔁 0 💬 1 📌 0

Those are `:h vim.lsp.inlay_hints` and have been available in neovim since 0.10 at least (maybe 0.09?)

29.08.2025 02:39 👍 4 🔁 0 💬 0 📌 0

Why not disable the checker in the lazy.nvim config? It is even disabled by default. (lazy.folke.io/configuration)

06.08.2025 09:10 👍 0 🔁 0 💬 0 📌 0

I guessed right, you use a distro. That's why you don't know how to fix your config, because it is not yours. You are complaining about LazyVim, not neovim, you just don't know the difference. And to setup my 20 plugins you just need to open the readme and copy the setup in 15 of them :)

17.07.2025 09:13 👍 1 🔁 0 💬 0 📌 0

I can work everyday with just 20 plugins, and could even delete a few more that I barely use. Doesn't look like many plugins to me. You don't like neovim, it's ok, use another thing. But I feel weird to say something is bad because I don't like something else.

16.07.2025 20:25 👍 0 🔁 0 💬 1 📌 0

If you have to look for a thousands files to find in which one you setup neotree, that's a you problem. Or maybe you use a distro and it's a distro problem. You can't blame neovim because your configuration is not organized. It's like saying a course is bad because your notes are bad.

16.07.2025 20:15 👍 0 🔁 0 💬 1 📌 0

What has neovim to do with a plugin configuration? I doubt you have "thousand configuration files" for neotree.

16.07.2025 20:01 👍 0 🔁 0 💬 1 📌 0

Comment doesn't mention type, I don't understand the code now.

PS: llms really make that kind of comments, so new devs may think that's how you should do it.

27.06.2025 11:16 👍 0 🔁 0 💬 0 📌 0

Read the comments. One uses the output of git diff and git log as the git commit message.

27.06.2025 10:59 👍 0 🔁 0 💬 1 📌 0

Setting treesitter highlighting turns syntax off by default. If you had it on you probably set `additional_vim_regex_highlighting` to true in your nvim-treesitter configuration.

28.05.2025 07:09 👍 0 🔁 0 💬 0 📌 0

Now do gg=G

16.05.2025 11:17 👍 0 🔁 0 💬 0 📌 0

What would be the diference with `exrc` and `.nvim.lua`?

05.05.2025 01:25 👍 0 🔁 0 💬 1 📌 0

Understandable, names are very similar and it is confusing.

05.04.2025 11:07 👍 0 🔁 0 💬 0 📌 0

You are confusing lazy.nvim package manager with LazyVim nvim distribution. The package manager doesn't set any config or keybindings.

05.04.2025 01:38 👍 1 🔁 0 💬 1 📌 0

That's not a minimal config at all, there are even some superfluous plugins (like, why two plugins for testing and two code runners?). It's not a neovim problem is I install 100 plugins and call it minimal.

31.03.2025 17:57 👍 0 🔁 0 💬 1 📌 0