scre.git

init.vim

espurr
filetype plugin indent on

call plug#begin("~/.config/nvim/plugged")
	Plug 'dracula/vim'
	Plug 'lervag/vimtex'
call plug#end()

let g:vimtex_view_method = 'zathura'

colorscheme dracula