New default theme and vue support

This commit is contained in:
2021-11-06 17:20:43 -06:00
parent 1fe63f02bf
commit 2369465f08

View File

@@ -4,6 +4,7 @@ call plug#begin('~/.vim/plugged')
Plug 'fxn/vim-monochrome'
Plug 'dylanaraps/wal.vim'
Plug 'arcticicestudio/nord-vim'
Plug 'lurst/austere.vim'
" autocomplete
Plug 'neoclide/coc.nvim', {'branch': 'release'}
@@ -15,6 +16,10 @@ Plug 'scrooloose/nerdtree'
Plug '907th/vim-auto-save'
Plug 'szw/vim-maximizer'
" Plugins
Plug 'leafOfTree/vim-vue-plugin'
" telescope
Plug 'nvim-lua/popup.nvim'
Plug 'nvim-lua/plenary.nvim'
@@ -46,6 +51,7 @@ endif
set background=dark
colorscheme minochrome
colorscheme austere
" new leader key
nnoremap <SPACE> <Nop>