Update init.lua
This commit is contained in:
parent
2ef8b3b3ac
commit
d2b365cdc1
1 changed files with 1 additions and 0 deletions
|
@ -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' })
|
||||
|
|
Loading…
Reference in a new issue