This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |