Skip to content

Instantly share code, notes, and snippets.

@mesoclever
mesoclever / init.vim
Created April 7, 2023 19:57
Nvim configuration
"plugins
call plug#begin()
Plug 'https://github.com/neoclide/coc.nvim' " Auto Completio
Plug 'https://github.com/jiangmiao/auto-pairs'
Plug 'https://github.com/preservim/nerdtree' " NerdTree
Plug 'https://github.com/tpope/vim-commentary' " For Commenting gcc & gc
Plug 'https://github.com/vim-airline/vim-airline' " Status bar
Plug 'https://github.com/ap/vim-css-color' " CSS Color Preview
Plug 'https://github.com/rafi/awesome-vim-colorschemes' " Retro Scheme
Plug 'https://github.com/ryanoasis/vim-devicons' " Developer Icons