Есть вот такая штука, https://github.com/glacambre/firenvim. Она запускает nvim в поле ввода прямо в браузере. Гляжу я на неё, на стандартную веб-морду mastodon, и прикидываю, как это будет выглядеть.
Есть вот такая штука, https://github.com/glacambre/firenvim. Она запускает nvim в поле ввода прямо в браузере. Гляжу я на неё, на стандартную веб-морду mastodon, и прикидываю, как это будет выглядеть.
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
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
I resurrected CodeGPT - a minimalist command based LLM plugin for fast workflows with a template system
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.