Skip to content

Instantly share code, notes, and snippets.

View arnavb's full-sized avatar
😶
Not much

Arnav Borborah arnavb

😶
Not much
View GitHub Profile
@arnavb
arnavb / init.vim
Created May 13, 2021 22:50
My current Neovim config
scriptencoding utf-8
let mapleader = ' '
" Setup vim-plug
call plug#begin('~/.vim/plugged')
Plug 'nanotech/jellybeans.vim'
Plug 'folke/tokyonight.nvim', {'branch': 'main'}
Plug 'Yggdroot/indentLine'
Plug 'lukas-reineke/indent-blankline.nvim' " Connect indentLine guides using virtual text