Update init.lua

This commit is contained in:
Rawley Fowler 2022-04-30 10:24:31 -06:00 committed by GitHub
parent 2ef8b3b3ac
commit d2b365cdc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ local plug = vim.fn['plug#']
vim.call('plug#begin', '~/.config/nvim/plugged')
plug('https://gitlab.com/rawleyIfowler/melange')
plug('ap/vim-css-color')
plug('ap/vim-buftabline')
plug('clojure-vim/clojure.vim', {['for'] = 'clojure'})
plug('scrooloose/nerdtree', { on = 'NERDTreeToggle'})
plug('fatih/vim-go', { ['for'] = 'go' })