coc tweaks
This commit is contained in:
parent
7fd7ff5484
commit
ea86d7c6c9
13
.vimrc
13
.vimrc
|
@ -1,4 +1,4 @@
|
||||||
set nocompatible
|
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
set autowriteall
|
set autowriteall
|
||||||
|
@ -8,7 +8,6 @@ set linebreak
|
||||||
set textwidth=0 " prevent Vim from automatically inserting line breaks
|
set textwidth=0 " prevent Vim from automatically inserting line breaks
|
||||||
set wrap
|
set wrap
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
|
||||||
set noswapfile
|
set noswapfile
|
||||||
set undodir=~/.vim/undodir
|
set undodir=~/.vim/undodir
|
||||||
set undofile
|
set undofile
|
||||||
|
@ -38,14 +37,18 @@ Plug 'preservim/vim-markdown'
|
||||||
Plug 'preservim/vim-lexical'
|
Plug 'preservim/vim-lexical'
|
||||||
Plug 'preservim/vim-textobj-quote'
|
Plug 'preservim/vim-textobj-quote'
|
||||||
Plug 'preservim/vim-textobj-sentence'
|
Plug 'preservim/vim-textobj-sentence'
|
||||||
Plug 'preservim/vim-wheel'
|
"Plug 'preservim/vim-wheel'
|
||||||
Plug 'dbmrq/vim-ditto'
|
Plug 'dbmrq/vim-ditto'
|
||||||
Plug 'Raimondi/delimitMate'
|
Plug 'Raimondi/delimitMate'
|
||||||
Plug 'vim-scripts/UniCycle'
|
Plug 'vim-scripts/UniCycle'
|
||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
|
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'prettier/vim-prettier'
|
"Plug 'prettier/vim-prettier', { 'do': 'npm install --frozen-lockfile --production' }
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release', 'for': ['json','lua','vim','js','html','css']}
|
"Plug 'yuezk/vim-js'
|
||||||
|
"Plug 'maxmellon/vim-jsx-pretty'
|
||||||
|
Plug 'neoclide/coc.nvim', {'branch': 'release', 'for': ['json','lua','vim','js','mjs','html','css']}
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue