Today I wanted to add dart support to my spacevim setup, so I opened https://spacevim.org/. What a surprise, I got redirected to https://wsdjeg.net/why-spacevim-is-archived/ that stated SpaceVim 这一项目起源于 2016 年 12 月份,于 2025 年 2 月 21 日停止维护。 Thanks to Firefox automatic translation I read that The SpaceVim project originated in December 2016 and was discontinued…
Category: vim
Themes, vim
White (neo)vim themes
I finally found two color schemes (aka “themes”) for (neo)vim that do have a white background. Because yes, sometimes, somewhere you may just need a white background. White like paper. Here they are:
vim
From JetBrains to Vim
A walkthrough detailing a Vimsetup aimed at emulating the most-used features from JetBrains IDEs. Source: From JetBrains to Vim
Tricks, vim
5 Must-Have Vim Plugins That Will Change Your Workflow
5 Must-Have Vim Plugins That Will Change Your Workflow. In my case Syntastic: a syntax checking plugin for Vim which runs files through external syntax checkers and displays resulting errors. Fugitive: a Git wrapper for Vim that is self-described as “so awesome, it should be illegal.” Emmet: an extremely useful plugin for web developers. It…
vim
Adding parenthesis around highlighted text in Vim
Lovely, lovely vim The command c()<Esc>P Explanation If you want to put the word under the cursor in to brackets this is viwc()<Esc>P. viw will visually select all charactrs in a word. c() will cchange the selection and drops you into insert mode, where you type the literal characters ( ). Also, c automatically copies…
Tricks, vim
Vim Weekly Tips #26 : Jumps
https://lazybear.io/posts/vim-weekly-tips-26-jumps/
Eiffel, Javascript, PHP, Python, Rust, vim
SpaceVim has Eiffel support!
SpaceVim, a community-driven vim distribution that seeks to provide layer feature, besides turning Vim into a nifty IDE for several languages (C/C++, Rust, Kotlin, Go, Python, Java and JavaScript plus others), it offers among the available layers one for Eiffel!
Link
Link
Gonna copy this setup
Documentations, vim
Vim master cheat sheet
Sorgente: Vim by Patrick Schanen | ZEEF Vim, an open-source, powerful and configurable text editor.
