Configure Neovim – Adding A Plugin Manager
Now we add a plugin manager to extend the functionalities of Neovim. Using a plugin manager to download, install, and manage our plugins makes work easier.
Configure Neovim – Options
Now before we start loading plugins for Neovim, we must set default options like the line number, gutter size and other settings which can enable us customize Neovim to a degree.
Configure Neovim – Initial Installation
Neovim is a fork of Vim, it’s Vim using the Lua…
Best Visual Studio Code Extensions For Web Development
Ten of the best visual studio code extensions for web development every developer will need. Using these extensions will speed up the your development workflow.
Now we add a plugin manager to extend the functionalities of Neovim. Using a plugin manager to download, install, and manage our plugins makes work easier.
Now before we start loading plugins for Neovim, we must set default options like the line number, gutter size and other settings which can enable us customize Neovim to a degree.
Neovim is a fork of Vim, it’s Vim using the Lua scripting engine built-in in addition to…
Ten of the best visual studio code extensions for web development every developer will need. Using these extensions will speed up the your development workflow.
When writing code for your next big project, editing your code is an essential step to keeping…
Visual Studio Code shortcuts to increase productivity when during code navigation. Keep in mind that you can…
Whiles using API clients you may run into issues where different URLs are for different projects you…
Sometimes, omitting a database column from a database query result is the desired result when using Laravel….