[PR #14154] feat: add vim launch integration #19813

Open
opened 2026-04-16 07:17:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14154
Author: @mvu8912
Created: 2/8/2026
Status: 🔄 Open

Base: mainHead: feature/launch-vim


📝 Commits (1)

  • a680e24 feat: add vim launch integration

📊 Changes

3 files changed (+400 additions, -0 deletions)

View changed files

📝 cmd/config/integrations.go (+2 -0)
cmd/config/vim.go (+271 -0)
cmd/config/vim_test.go (+127 -0)

📄 Description

  • Add ollama launch vim command
  • Auto-installs vim-ollama plugin (gergap/vim-ollama)
  • Configures model/host automatically via ~/.vim/config/ollama.vim
  • Supports auto-pulling missing models
  • Adds vim-ollama config without modifying .vimrc

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/14154 **Author:** [@mvu8912](https://github.com/mvu8912) **Created:** 2/8/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/launch-vim` --- ### 📝 Commits (1) - [`a680e24`](https://github.com/ollama/ollama/commit/a680e245d75410ca2307ebaab5fbf5ab2624d21b) feat: add vim launch integration ### 📊 Changes **3 files changed** (+400 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/config/integrations.go` (+2 -0) ➕ `cmd/config/vim.go` (+271 -0) ➕ `cmd/config/vim_test.go` (+127 -0) </details> ### 📄 Description - Add ollama launch vim command - Auto-installs vim-ollama plugin (gergap/vim-ollama) - Configures model/host automatically via ~/.vim/config/ollama.vim - Supports auto-pulling missing models - Adds vim-ollama config without modifying .vimrc --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 07:17:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#19813