Let's add a statusline at the bottom of the editor window to show the different modes we are using in addition to other relevant information we will like to see.....
With the colorscheme added to our Neovim configuration, we can add UI plugins to make the default Neovim configuration better for us....
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 and more productive.
To run Neovim in the terminal, a few prerequisites must be met...
We must set default options like the line number's, gutter size and other settings which can enable us customize Neovim to a degree...
Sometimes, omitting a database column from a database query result is the desired result when using Laravel. This is mostly done by request of a customer or to hide certain information from a user.