I think there is a new version available
#programmerhumor #neovim
I think there is a new version available
#programmerhumor #neovim
Today a friend of mine tried to prank me, so he held backspace on my keyboard while I was in #neovim normal mode and was very surprised it didn't work.
What the fuck, what a hypocrisy.
My request to install #neovim in the VM I will have to work in was rejected because we need to "standarize IDE we're using".
So we have a "standarized" IDE list:
- VS Code
- Cursor
- Pycharm Community
- Pycharm Professional
- Intellij Community
But yeah, neovim is too much. 5 IDE for 10 people in the project. Standarizarion as fuck.
I'm forced to work on clients VM, and my request to install #neovim there was rejected, so I either need to switch to VSCode (what is expected of me, to "standarize IDE we're using") or recreate my config with standard #vim (which fortunately will be included).
I guess I need to start looking for vimscript alternatives to lua plugins I'm using right now, because there's no way I'm using VS Code for day-to-day work.
Ooo, neovim might get a package manager sometime soon.
https://github.com/neovim/neovim/pull/34009
#neovim
Tao recently posted how to formalize proofs with Lean on his channel (after 14 years without vids). So I had to install it <<https://lean-lang.org/ >>. The main guide uses VS Code. Ergo, here is an alt with neovim/linux. 1/3 #neovim #lean #vim #terencetao #nomxd #Tech-talk🐾
Great suggestion by @gjherbiet: Binding the up and down arrow keys in Vim to gk and gj to move up and down a _display_ line.
In other words, when you have line wrapping enabled (:set wrap) and a single line in the file spans across multiple lines in your terminal, the up and down keys will now move based on the lines in your terminal instead of the lines in the file.
https://mamot.fr/@gjherbiet/114536390274795464
Stealing this for my dotfiles.
https://codeberg.org/scy/dotfiles/commit/d1e5cd95e86471e8faeb9e1517a9ad80fd538327
#neovim Development News
The 0.12 version will have better scripting capabilities for working with command line completions: `CmdlineLeavePre` event and `cmdcomplete_info()` Vimscript function.
PR (Vim patch):
- github.com/neovim/neovi...
vim-patch:9.1.{1329,1331,1338}...
took some time over the weekend to rewrite my "neovim lsp client guide" with the new v0.11 updates.
https://vonheikemen.github.io/devlog/tools/neovim-lsp-client-guide/
i do wish i could make it shorter but i know it'll be a long time before v0.11 becomes the "base" version everyone has access to.
it shows how the new api is a layer on top of existing features. so with enough motivation you can still have nice things.
I've been shipping a ton of updates to my #neovim #ai plugin, magenta.nvim. Check out the readme for the latest updates. https://github.com/dlants/magenta.nvim
It can now do iterative agent loops, supports web search and citations for anthropic, and has basic multi-thrrad support. I also improved the code editing, and context tracking.
A few months ago I considered leaving neovim because the AI plugin situation was so far behind cursor and windsurf.
I don't have feature parity for sure, but at this point I really prefer neovim + magenta to other editors, even to ampcode. The AI integration is 80% there, and being at home in neovim and the cli easily makes up for the remainder.
Since cursor is worth 9bn, and windsurf 3bn, I'll take a measly 9M. Vcs, waiting for your checks.
I'm browsing #BrightonRuby website using #lynx and well done @andycroll It's really readable
Why #lynx or if you wish #links? Working on #neovim I spend most of my time in #CommandLine so it's easy just to open a new terminal using it for code related stuff
Java DAP configuration with nvim-java
https://github.com/MrClaro/dotfiles
Discussions: https://discu.eu/q/https://github.com/MrClaro/dotfiles
harper-ls for neovim
local English spelling / grammar checker, as lsp
diagnostic hints / quickfix for suggestions, code actions for corrections
supports text files such as markdown, but also comments in many languages
had to set it to British dialect of course
Dammit, it's finally time to learn those #VimMotions