jdhao / jdhao.github.io

My personal blog: https://jdhao.github.io/
24 stars 6 forks source link

2019/11/03/vim_custom_statusline/ #31

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Building A Vim Statusline from Scratch - jdhao's blog

I have been using vim-airline to customize my statusline ever since I started using Neovim. It works great. Recently, I started a repo named minimal_vim to create a minimal configuration without external plugins for both Vim and Neovim. During the process, I learned how to build a custom statusline from scratch.

https://jdhao.github.io/2019/11/03/vim_custom_statusline/

donderben commented 2 years ago

Hi jdhao,

Just want to thank you for this super helpful blog. It's very concise with clear examples, much appreciate.

jdhao commented 2 years ago

Hi jdhao,

Just want to thank you for this super helpful blog. It's very concise with clear examples, much appreciate.

I am glad that my post helps you, cheers.😬

Blingoose commented 2 years ago

Thank you so much man!! clear as it can be. Great job!