copilot.vim
helix
copilot.vim | helix | |
---|---|---|
64 | 451 | |
10,124 | 37,951 | |
3.4% | 2.4% | |
6.1 | 9.9 | |
17 days ago | 3 days ago | |
Vim Script | Rust | |
GNU General Public License v3.0 or later | Mozilla Public License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
copilot.vim
-
Inline AI Suggestions in NeoVim: GitHub Copilot vs Windsurf (Codeium) — A Technical Comparative Analysis
Copilot.nvim (Official Vim Plugin) — The official plugin maintained by GitHub for Vim and NeoVim.
- Everyone knows your location: tracking myself down through in-app ads
-
GitHub Copilot is now available for free: The AI editor for everyone
https://github.com/github/copilot.vim works pretty well for inline autocompletion
https://github.com/CopilotC-Nvim/CopilotChat.nvim is the best I've found for the chat-type interaction. It lets you choose models/etc.
It's still not quite as nice as cursor, but decent enough that I enjoy using them
- Copilot.vim: Neovim Plugin for GitHub Copilot
-
Show HN: Use Code Llama as Drop-In Replacement for Copilot Chat
I use copilot in neovim[1]. It was remarkably simple to get installed. Highly recommend
[1]: https://github.com/github/copilot.vim
- How to use GitHub copilot in Vim?
- Obsidian-Copilot: A Prototype Assistant for Writing and Thinking
- Re: I Don't Use Copilot
-
Using Github Copilot.vim within Markdown fenced code blocks
I use Plug 'tpope/vim-markdown' and markdown fenced codeblocks fairly extensively, and recently installed Copilot.vim.
-
Neovim Integrations with AI and the rest of Internet
Anyways. Yes, neovim has AI integration like copilot ( https://github.com/github/copilot.vim ) and chatgpt ( https://github.com/jackMort/ChatGPT.nvim )
helix
-
Show HN: Ephe – A Minimalist Open-Source Markdown Paper for Today
Helix was great until I discovered something that was a dealbreaker for me. They treat newline character as a normal character which is just very very non intuitive. I just wish there was option for behavior same as vim does. https://github.com/helix-editor/helix/issues/2956
- Helix: What about `Copilot` Support?
-
Zed: The Fastest AI Code Editor
The bikeshedding has long past. They've been working on the implementation now for some time.
https://github.com/helix-editor/helix/pull/8675
-
OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
Lots of vim/emacs mentions so I feel obliged to mention Helix (https://helix-editor.com/). Used neovim for _years_, tried Helix for a few weeks and never looked back
-
Understanding the Origins and the Evolution of Vi and Vim
I’m not sure. Command based editing opens more doors than just optimizing keystrokes. There are edits I somewhat regularly do with Vim macros that save me minutes of typing and cognitive burden of examining refactor locations. It’s probably not going to be make or break, but I do think it’s significant in a p > 0.05 sense.
I imagine Vim is only just a local optima too. There are newer editors [0] that are more AST aware that I haven’t been able to fairly evaluate yet (not in the boring corp approved software list).
[0]: https://helix-editor.com/
-
What do I think about Lua after shipping a project with 60k lines of code?
Likely soon: https://github.com/helix-editor/helix/pull/8675#issuecomment...
My initial point was just that it's kind of nice to have something that's usable from the get-go. I don't miss my giant vim config one bit.
-
Level Up Your Coding Aesthetics: New Open-Source Helix Themes You’ll Love
If you're using the Helix Editor — the lightning-fast, modal, and fully-native code editor — you probably already appreciate its clean interface and modern features. But let’s be honest: theming matters.
-
Ask HN: Who wants to be hired? (March 2025)
Over the past 5 years, I have worked primarily with Rust, Golang, Python and Typescript. I have built and maintained various services and tools, ranging from internal utilities to services used by millions of users. For most of my career I have worked remotely, collaborating across various timezones. I like to work in environments with good engineering culture.
As a fellow hn reader you might be particularly interested in
- Lox Language Interpreters: https://github.com/nkitsaini/lox
- Contribution to uv: https://github.com/astral-sh/uv/pull/11738
- Contribution to Helix Editor: https://github.com/helix-editor/helix/pull/9660
- Solutions to protohackers: https://github.com/nkitsaini/protohackers_impl
You can find more details in the resume at https://nkit.dev/resume.pdf
-
Dear (Rust) Devs: Article Request
Nearly all my developer tools are open-source projects written in Rust (Nushell, Helix, WezTerm, and more).
-
Why I'm Writing a Scheme Implementation in 2025 (The Answer Is Async Rust)
The Helix editor, a popular alternative to Vim, is going to implementing it's plugin system in a Scheme-like language. Helix is also written in Rust.
https://github.com/helix-editor/helix/discussions/3806#discu...
What are some alternatives?
copilot-cmp - Lua plugin to turn github copilot into a cmp source
zed - Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
copilot.lua - Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
micro-editor - A modern and intuitive terminal-based text editor
neovim-copilot-nix-bundle - Run Neovim with GitHub Copilot out of the box
kakoune - mawww's experiment for a better code editor