All posts with label

Header: nvim-fold

Automatically folding Python docstrings in Neovim

2024-06-22

Python docstrings are extremely suitable to be folded, and folding docstrings makes Python code cleaner. This can be achieved in Neovim without plugin, just with built-in foldexpr and tree-sitter.

Header: julia-nvim

Working with and formatting Julia in Neovim

2022-11-16

It requires some effort to make Neovim work pleasantly with Julia, especially the formatting part. But it's possible with null-ls and precompiling.

How I compile and install Vim with +python3

2020-11-15

It's known to all that compiling is hard. Just record it.

Vim Cheatsheet

2020-04-18

There is no summary for this post.

Header

Setup Vim Airline (in Termux)

2019-02-09

There is no summary for this post.

1