Tree-Sitter Highlighting in Vim

Vim-Clap has now integrated the tree-sitter highlighting for both Vim and Neovim. Install the latest vim-clap, enable the experimental plugin and invoke :ClapAction syntax/tree-sitter-highlight to try it out. Feedback is highly appreciated.

Make Vim Python plugin 10x faster using Rust

This post essentially talks about making X 10x faster using Y, so it’s obvious that X and Y must do the same thing, otherwise it’s totally pointless to talk about the speed. The trick behind this is deadly simple, rewritting a scripted program with another compiled language.

Vista.vim: an alternative to tagbar for Vim8 and NeoVim

vista.vim

Vim Port of spacemacs-theme

It has been two years since I started the project space-vim. Ever since I tried spacemacs, I had became a big fan of its default theme: spacemacs-theme, so I ported the dark version of it shortly, that is space-vim-dark, which is a dark only Vim colorscheme and has won some solid users in the past two years from my point of view.

Use Vim as a Python IDE

I love vim and often use it to write Python code. Here are some useful plugins and tools for building a delightful vim python environment, escpecially for Vim8: