Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
Meher Chaitanya edited this page Jan 27, 2021 · 1 revision

Basic info

About init.nvim

call plug#begin('~/.vim/plugged')
Plug 'rakr/vim-one'
Plug 'tpope/vim-fugitive'
Plug 'mbbill/undotree'
Plug 'evanleck/vim-svelte', {'branch': 'main'}
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'junegunn/goyo.vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end()

This is related to the plugins that we use.

Clone this wiki locally