Neovim Setup
init.vim
My config for neovim
set nocompatible
set cmdheight=1
filetype off
nnoremap <SPACE> <Nop>
let g:mapleader="\<Space>"
let g:maplocalleader="\<Space>"
call plug#begin()
"Navigation Plugins
Plug 'rbgrouleff/bclose.vim'
Plug 'dbakker/vim-proj...
pnchinmay.hashnode.dev12 min read