Есть вот такая штука, https://github.com/glacambre/firenvim. Она запускает nvim в поле ввода прямо в браузере. Гляжу я на неё, на стандартную веб-морду mastodon, и прикидываю, как это будет выглядеть.

#nvim #neovim

I recorded myself developing a feature for magenta (my #nvim #neovim #ai plugin) using the plugin: https://youtu.be/W_YctNT20NQ?si=fQ6y4g3M2U-7PSLl
implementing magenta.nvim in magenta.nvim - project settings Jun 14 2025

YouTube
I officially stated my project. I know exactly how I want to build it and I only use things I'm not familiar with. Yes, I like pain. For the back end I use #elixir with #phoenix and #absinthe. The last one is to use #graphql. I'm more familiar with #rest but I decided to go proper. The reason for using elixir is that while it's not the fastest it's also the most robust to handle heavy loads. I also subscribe to the idea that back end is usually a problem that functional solves better. For the front end I will go with #dart using #flotter. The reason is that my front end will be a mobile, desktop and web app. I'm also doing all of this with a #tmux / #neovim kind of work flow. I start to get good at it. I was thinking of maybe go with #liveview but I really like the flexibility that flotter gives.

Hello #neovim #nvim enjoyers. magenta.nvim now supports sub-agents. The sub-agents come with customized prompts for learning and planning.

This allows more focused context windows for subtasks and parallel execution. Check it out: https://github.com/dlants/magenta.nvim

GitHub - dlants/magenta.nvim: A tool-use-focused LLM plugin for neovim.

A tool-use-focused LLM plugin for neovim. Contribute to dlants/magenta.nvim development by creating an account on GitHub.

GitHub

I just updated my plugin for Vim and Neovim. The purpose is copy the file or directory paths of the file you are currently editing. I give you suggested leader key mappings. If you're a Vim or Neovim user, I'd love to hear your thoughts on it. https://github.com/andrewwoods/vim-copy-path-reference

#Vim #Neovim #plugin

GitHub - andrewwoods/vim-copy-path-reference: PhpStorms Copy Path/Reference for Vim

PhpStorms Copy Path/Reference for Vim. Contribute to andrewwoods/vim-copy-path-reference development by creating an account on GitHub.

GitHub

I resurrected CodeGPT - a minimalist command based LLM plugin for fast workflows with a template system

https://lemmy.ml/post/31595498

I resurrected CodeGPT - a minimalist command based LLM plugin for fast workflows with a template system - Lemmy

Hi ! I am sharing codegpt-ng.nvim [https://github.com/blob42/codegpt-ng.nvim] — a minimalist AI plugin designed for fast, “vim way” workflows. How Does It Compare To X [https://github.com/blob42/codegpt-ng.nvim/blob/master/doc/how-does-it-compare-to.md] This is a fork of CodeGPT.nvim fully refactored and brought back to life. Here is a quick overview of the new features: - Fully tested with Ollama and OpenAI API - Streaming mode for real-time popup responses - lua table-based configuration instead of global variables - Model definition inheritance: Define models that inherit other model parameters - New commands and helpers such as the % commmand range operator - Ability to cancel current request. - UI Query and select local or remote model - Strips thinking tokens from replies if the model forgets to use codeblocks - New callback types: insert_lines and prepend_lines - Refactored for idiomatic Lua and neovim plugin style - Simplified command system with explicit configuration - Chat History: Add example messages in a command definition - Tests with plenary library - Fixed statusline integration And much more to cover here. I use it as my daily driver. Contributions welcome ! Fun Fact: that same post has been instantly flagged as spam on the official /r/neovim reddit for no reason. I have been a member since years and replied to many posts and posted before. The state of the internet today is very sad. /rant_off

Getting NeoVIM to not read anything VIM finds seems impossible, but it is easy to make the vimscript a noop with `if has('nvim') | finish | endif`. The similar Lua versions don't get read by VIM, so that direction isn't a problem.

I implemented Decasify in a single repo as a #vimscript plugin that loads in #vim and a #lua plugin that leads in #neovim, the former depending on the CLI and the latter depending on the Lua Rock. Also there is now an override so NeoVIM can go the other way too.

#neovim Development News The 0.12 version will have a better 'smartcase' support during filtering candidates of built-in Insert mode completion. PR (Vim patch): - github.com/neovim/neovi...

vim-patch:9.1.{1373,1374} by z...
vim-patch:9.1.{1373,1374} by zeertzjq · Pull Request #33918 · neovim/neovim

vim-patch:9.1.1373: 'completeopt' checking logic can be simplified Problem: Flag checking logic uses a temporary variable and multiple bitwise operations in insexpand.c Solution: Consolida...

GitHub
@davetron5000 having struggled (multiple times) to setup ruby-lsp in #neovim on macOS directly, seeing your post title that adds docker to the mix triggered outright schadenfruede. i had to read immediately. much respect 🙇‍♂️. bookmarked for future me bored with things running too smoothly
@driscollis #vim / #Neovim, because I love it :-)