Vim
SpaceVim
| Vim | SpaceVim | |
|---|---|---|
| 445 | 86 | |
| 40,431 | 19,974 | |
| 0.3% | - | |
| 9.9 | 4.8 | |
| 5 days ago | almost 3 years ago | |
| Vim Script | Vim Script | |
| Vim License | GNU General Public License v3.0 only |
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.
Vim
-
Vim Classic 8.3 Released
I'm not a fan of him, but I'm still glad he picked up this.
Just take a gander on the recent issues listed here, and how completely unavoidable they are: https://github.com/vim/vim/security
I hoped the people that wanted neovim features would've stuck to neovim instead of pushing vim to accelerate, but it seems like free LLM tokens made it a bit too tempting.
- RCE Vulnerability in Vim
- A Eulogy for Vim
-
Ghostty – Terminal Emulator
I'm not the GP, but I do remember why I rejected Kitty when I tried several terminal emulators last years: it broke quite a few of my workflows.
For instance, in vim the F3 key was broken[^1]. It was very surprising and weird, and a portable workaround required some arcane vim configuration.
Another important pain point was that the font rendering was different in Kitty to any other app, and very dependent on the screen DPI. IIRC, for a DPI around 100, I had to switch to "legacy rendering" because the default rendering was barely readable.
I also remember issues with SSH. And Kitty crashed at least once. And I wasn't a fan of Kitty's mix of C and Python. After a week or two of usage, my Kitty config file was big, with an extra hundred lines of Python for the tabbar. Despite some nice features (like the shortcut to put the output of the last command into a file), I got uneasy with all this mess. I tried Ghostty, which was as good as Kitty with much less oddities.
[^1]: https://github.com/vim/vim/issues/13328
-
Vim 9.2 Released
The relevant release commit is, https://github.com/vim/vim/commit/e7e21018fc0b60c153c8e668f6... (at time of writing, two hours ago).
It seems they didn't publish the tag yet though.
-
Create a Text Editor With Go - Welcome Screen
Finally we are in a point where we will start drawing thing to the screen. First we will give it a Vim feel by drawing some tildes (~) at the left of the screen of every line that come after the end of the file being edited
-
Ask HN: I just abandoned my PyCharm subscription, what should I use now?
Bram died 2 years ago (already(!!!), time flies!), so it's not so recently...
Also the community does an incredible job and it's quite active with further development and improvements, especially in improving the Vim9 script engine among many things they work on.
If you don't believe me, just see for yourself https://github.com/vim/vim/commits/master/
-
You might not need tmux
https://github.com/vim/vim/issues/3608#issuecomment-84907404...
-
VIM is gem!!
Official site of VIM VIM git repo Here you can download Or refer some YouTube videos
- GNU Readline: Uma experiência Shell mais agradável no seu terminal
SpaceVim
- SpaceVim GitHub
-
How to configure vim like an IDE
SpaceVim
-
Is it possible to use VIM as an ide?
On the vim side, you can try https://spacevim.org.
-
Are there any preconfigured config to make neovim as a text editor rather than a IDE?
https://github.com/SpaceVim/SpaceVim There isn't much difference between a text editor and an IDE, so not sure if this is what you were looking for.
- Devil Mode for Emacs
-
colorscheme won't apply
Hi, I'm new to using vim I followed the instruction from spacevim.org but this won't work..
-
FOSS alternative to VS CODE for Arch Linux
You can find distributions with plugins for those editors, like Doom Emacs or space vim. These days, I enjoy doing (neo)vim configs (with lua). Both can use the language server protocol (with different plugins or natively in neovims' case) and so you'd get similar setups done like in code.
-
Opinions on pre-made configurations (e.g. LunarVim, AstroNvim)
I'm considering picking up a pre-made configuration project as my Neovim daily driver, but boy, there sure are a lot of them. SpaceVim, CosmicNvim, AstroNvim, LunarVim, NvChad, and many more I'm sure.
-
beginner question
Spacevim
-
Vim distros: LunarVim, AstroVim, IdeaVim, … how they differ one each other?
The only Vim distro I'm aware of is SpaceVim (https://spacevim.org/). I just tested it for a short time but it couldn't compete with my hand crafted settings ;-) But I'm using some of the plugins of SpaceVim in my setup, eg. vim-which-key and vista.vim.
What are some alternatives?
Geany - A fast and lightweight IDE
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
Visual Studio Code - Visual Studio Code
LazyVim - Neovim config for the lazy
Atom - :atom: The hackable text editor
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.