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