Tag: vim
- Writing like a pro with vale & neovim (26 May 2022)
Learn how to setup and use vale, a syntax-aware prose linter with neovim for technical writing be it personal blogs or technical documentation. - Surfing web inside a terminal, because why not? (02 Mar 2021)
How to search the internet inside a terminal. How to use searx inside a terminal, python script to browse web inside vim & terminal - How to use code snippets in Vim like a cowboy 🤠️ (14 Feb 2021)
A quick tour on how to get started with code snippets in Vim. Learn how to setup Ultisnips & vim-snippets in Vim and Neovim. How to install vim-snippets, How to use snippets in vim. - Debugging Go in Vim (08 Feb 2021)
Learn how to setup makeprg for Go. Debugging Vim with Go. How to setup make for Go development, make command in vim/neovim. Setting Vim for Golang. Vim makeprg for Go - How to make Vim faster ⚡️ (02 Feb 2021)
How to increase vim/neovim startup time. A list of things to add in your vimrc that will make Vim run more faster than you - Prettifying JSON using Vim, Python & Bash (22 Dec 2020)
How to format JSON files in Linux. Combining the power of Bash, Python and Vim to prettify JSON files without any external plugins