nvim new plugins, removed old ones
This commit is contained in:
@@ -114,10 +114,12 @@ Plugin 'z3t0/arduvim'
|
|||||||
|
|
||||||
"Utilities
|
"Utilities
|
||||||
Plugin 'Shougo/vimfiler.vim'
|
Plugin 'Shougo/vimfiler.vim'
|
||||||
|
Plugin 'wellle/targets.vim'
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
Plugin 'tpope/vim-vinegar'
|
|
||||||
Plugin 'tpope/vim-repeat'
|
Plugin 'tpope/vim-repeat'
|
||||||
|
Plugin 'tpope/vim-unimpaired'
|
||||||
Plugin 'tpope/vim-endwise'
|
Plugin 'tpope/vim-endwise'
|
||||||
|
Plugin 'alvan/vim-closetag'
|
||||||
Plugin 'moll/vim-bbye'
|
Plugin 'moll/vim-bbye'
|
||||||
Plugin 'w0rp/ale'
|
Plugin 'w0rp/ale'
|
||||||
Plugin 'Shougo/deoplete.nvim'
|
Plugin 'Shougo/deoplete.nvim'
|
||||||
@@ -140,6 +142,7 @@ Plugin 'tpope/vim-rake'
|
|||||||
Plugin 'mattn/emmet-vim'
|
Plugin 'mattn/emmet-vim'
|
||||||
|
|
||||||
"syntax, colorscheme, etc. (visuals)
|
"syntax, colorscheme, etc. (visuals)
|
||||||
|
Plugin 'chrisbra/Colorizer'
|
||||||
Plugin 'itchyny/lightline.vim'
|
Plugin 'itchyny/lightline.vim'
|
||||||
Plugin 'mgee/lightline-bufferline'
|
Plugin 'mgee/lightline-bufferline'
|
||||||
Plugin 'ryanoasis/vim-devicons'
|
Plugin 'ryanoasis/vim-devicons'
|
||||||
@@ -173,8 +176,8 @@ let g:deoplete#sources = [ 'tag', 'buffer' ]
|
|||||||
let deoplete#tag#cache_limit_size = 5000000
|
let deoplete#tag#cache_limit_size = 5000000
|
||||||
"
|
"
|
||||||
"POLYGLOT
|
"POLYGLOT
|
||||||
"let g:polyglot_disabled = ['css', 'html', 'javascript']
|
let g:polyglot_disabled = ['css', 'html', 'javascript']
|
||||||
let g:vue_disable_pre_processors=1
|
let g:vue_disable_pre_processors=0
|
||||||
"ARDUINO
|
"ARDUINO
|
||||||
let g:arduino_dir = '/usr/share/arduino'
|
let g:arduino_dir = '/usr/share/arduino'
|
||||||
"STARTIFY
|
"STARTIFY
|
||||||
|
|||||||
Reference in New Issue
Block a user