master
Hektor Misplon 2020-09-06 00:10:10 +02:00
parent 19344656c0
commit 52920558e5
1 changed files with 2 additions and 5 deletions

7
.vimrc
View File

@ -102,13 +102,13 @@ Plug 'preservim/nerdcommenter'
Plug 'junegunn/fzf', { 'do': './install --bin' } Plug 'junegunn/fzf', { 'do': './install --bin' }
Plug 'junegunn/fzf.vim' Plug 'junegunn/fzf.vim'
Plug 'vimwiki/vimwiki', {'branch': 'dev'} Plug 'vimwiki/vimwiki', {'branch': 'dev'}
Plug 'axvr/zepl.vim'
Plug 'takac/vim-hardtime'
Plug 'pangloss/vim-javascript', { 'for': ['javascript', 'javascript.jsx'] } Plug 'pangloss/vim-javascript', { 'for': ['javascript', 'javascript.jsx'] }
Plug 'leafgarland/typescript-vim', { 'for': ['typescript', 'typescript.tsx'] } Plug 'leafgarland/typescript-vim', { 'for': ['typescript', 'typescript.tsx'] }
Plug 'peitalin/vim-jsx-typescript', { 'for': ['typescript.tsx'] } Plug 'peitalin/vim-jsx-typescript', { 'for': ['typescript.tsx'] }
Plug 'evanleck/vim-svelte' Plug 'evanleck/vim-svelte'
Plug 'axvr/zepl.vim'
Plug 'takac/vim-hardtime'
Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'neoclide/coc.nvim', {'branch': 'release'}
let g:coc_global_extensions = [ let g:coc_global_extensions = [
@ -134,8 +134,6 @@ call plug#end()
" plugin config ________________________ " plugin config ________________________
" NERDCommenter " NERDCommenter
let g:NERDSpaceDelims = 1 let g:NERDSpaceDelims = 1
let g:NERDCompactSexyComs = 1 let g:NERDCompactSexyComs = 1
@ -185,7 +183,6 @@ let g:hardtime_maxcount = 4
" plugin keybindings ___________________ " plugin keybindings ___________________
" coc autocompletion " coc autocompletion
inoremap <silent><expr><C-j> pumvisible() ? "\<C-n>" : inoremap <silent><expr><C-j> pumvisible() ? "\<C-n>" :
\ coc#refresh() \ coc#refresh()
inoremap <expr><C-k> pumvisible() ? "\<C-p>" : "k" inoremap <expr><C-k> pumvisible() ? "\<C-p>" : "k"