Skip to main content

2 posts tagged with "Vim"

Vim related posts

View All Tags

Build Vim from Source

· One min read
Ammar Najjar
Software Architect

Many times when I want to use vim which comes within the main repo of any Linux distro, I find that it is missing some kind of support, either python or client-server mode, or any other feature. And there for I have to build it manually from source and install it.

Adventure through my vimrc (nvimrc)

· 14 min read
Ammar Najjar
Software Architect

In this post I'm going to take you in an adventure in my previously vimrc and currently init.vim which I collected from using vim then neovim along the last few years. I will explain the feature or the function, then include the configurations or code that should be inserted in the vimrc (init.vim) file to activate that feature.