Setup Neovim with essential configuration and plugins 2021

Published: 07 January 2021
on channel: Surajit Basak
9,928
104

Nvim Configuration Link:
https://github.com/surajitbasak109/nv...

Install Instructions
Linux
Create nvim directory in ~/.config directory
clone this repo in the nvim directory
it will create nvim-minimal-config directory inside the nvim directory
open that directory and press ctrl+H to view hidden files
Move all files to nvim directory
Now open terminal and run the nvim or vim command
It might show some warning messages though, so you have to install some plugins using below command in normal mode
:PlugInstall
Wait for some time to install them (those plugins will be installed in ~/.vim directory )
Now restart your nvim or vim program
Windows
Create nvim directory in ~/AppData/Local directory
clone this repo in the nvim directory
it will create nvim-minimal-config directory inside the nvim directory
Select all files and move them inside the nvim directory
Now open Power Shell or command prompt and run the nvim or vim command
It might show some warning messages though, so you have to install some plugins using below command in normal mode
:PlugInstall
Wait for some time to install them (those plugins will be installed in ~/.vim directory )
Now restart your nvim or vim program
Features
Leader key is space (see in vimrcs/keymaps.vim)
Highlight Matching tags for HTML/XML
Code Intellisense using coc
Code formatting using ale ,prettier and phpcbf
Open all opened buffers using leader-o
File manager for current project on right side (NerdTree)
Easy comment using ++ key combination
Faster file opening with ctrl-p like VSCode (requires silverline-ag)

#neovimSetup #neovimConfig #neovimWebDevelopment


Watch video Setup Neovim with essential configuration and plugins 2021 online, duration hours minute second in high quality that is uploaded to the channel Surajit Basak 07 January 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 9,928 times and liked it 104 visitors.