#vim

N-gated Hacker Newsngate
2025-07-09

Ah yes, because who doesn't want to spend 21 minutes reading about a that crams into , only to realize that you still need a PhD in Vim-speak and Git wizardry to use it? 🤓📚 But fear not, the "help fugitive" command is here to make sure you remain as confused as ever! 😂🔍
dzx.fr/blog/introduction-to-vi

Trey Hunner 🐍treyhunner
2025-07-09

Vim users:

Do you use vi mode in your shell (bash, zsh, fish, etc.), the default bash mode, or something else?

2025-07-09

I thought of something yesterday...why not have Jetbrains AI work inside my neovim editor? I started planning and building out a plugin at github.com/CharaD7/nvim-jetbra for this purpose and by far...it's looking good.

#neovim #Jetbrains #vim #AI

2025-07-09

Being rather frustrated with programming Clojure in IntelliJ, (mainly because Cursive and IdeaVim don't like each other) I tried to set up Neovim with the Conjure plugin and it 's an absolute blast to use the REPL with it.

Also I discovered that there is a Lisp on top of Lua called Fennel, which I'm looking forward to play with

#Programming #Clojure #Lua #Fennel #Vim #Neovim #IntelliJ

Feu d'jais 🥞feudjais@eldritch.cafe
2025-07-08

Utilisateur⋅rices de Neovim, il y a un moyen d'avoir une aide pour lire la ligne que l'on focus ?

J'étais sur un fichier avec des lignes assez longues et seule la fin changeait. C'était dur de voir si j'étais sur la bonne ligne.

Merci par avance !

Edit: :set cursorline

#Programming #Vim #Neovim

Lobsterslobsters
2025-07-08

Customize your keyboard shortcuts in Chrome with a Chrome extension lobste.rs/s/ww0yad
taupiqueur.github.io/chrome-sh

2025-07-08

I had tried #emacs in the past… mostly with that german pornographic mental pain in the ass and leaving it shortly. just envying all folks who found it useful after all. It’s been magic to observe emacs people at work. But now with #helix being smooth like silk to me… I just figured it out, I’m more a #vim person, not emacs person and that’s fine. :)

2025-07-08
kinda make sense. For using #vim registers I learned a trick to use them as "a "b and then "z "y as 1 2 3 and 4😂
2025-07-06

A call for help from anyone who uses neovim! I've been trying to learn my way around it (Mostly for curiosity's sake), but am struggling. In sublime or vscode (and many more, but there are the ones I've used), you can run a task or build command with a keyboard shortcut. Is there a neovim extension that offers a similar capabillity?

Bonus points if I can customize this build command in the local project folder, as well as having defaults per language.

Edit: I have a :term open at the bottom of my screen, and having it run down there would be awesome (like in VSCode). Sublime's implementation is kinda whack lol.

My setup so far is kickstart.nvim, with a couple more extensions from mini.nvim enabled like sessions, startup, comment, etc...

#neovim #vim

2025-07-06

Docker + Neovim: поднимаем конфиг на любом сервере и не засоряем систему

Иногда нужно запустить nvim на старом сервере. Но тут сразу куча проблем: одно не поставить, другое не собрать, а если что-то обновить — можно развалить весь проект. Этот подход удобен и для новых систем. Docker позволяет поднять nvim с последним Python, nvim-treesitter и своим конфигом прямо в контейнере, не засоряя основную ОС. При этом можно редактировать локальные файлы на сервере так, как будто nvim установлен на самой системе. В статье показано, как всё это запустить на CentOS 7. А если заработало там — значит, на любом современном Linux тем более проблем не будет.

habr.com/ru/articles/925174/

#docker #vim #neovim #nvim #centos

2025-07-05

Why I got rid of all my neovim plugins

fed.brid.gy/r/https://yobibyte

Jesus Castagnetto 🇵🇪jmcastagnetto
2025-07-06

An interesting post by a purist :-)
"why I got rid of all my plugins"
yobibyte.github.io/vim.html

Normal Modenormalmode
2025-07-05

One of the things I love about is how easy it is to add little bits of ad hoc personal customisation like this.

urusai.social/@negativeprimes/

2025-07-05

I wanted to edit some work files in Vim, but in doing so realized that Vim uses straight quotes and apostrophes instead of curly ones (which I needed given the constraints of this project). I added the following to vimrc to make this feasible (note that I have vimwiki installed, so Vim id'd the markdown file I was editing as a vw file):

augroup vimrc_vimwiki
au!
au FileType vimwiki inoremap ' ’
au FileType vimwiki inoremap <leader>' ‘
au FileType vimwiki inoremap <leader>" “
au FileType vimwiki inoremap " ”
augroup END

Voila'! Typing a quote converts it to a closing curly quote; adding the Leader key makes it an opening curly quote!

#vim #editing

Lobsterslobsters
2025-07-05

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst