|
|
@ -9,6 +9,7 @@ endif |
|
|
|
call plug#begin() |
|
|
|
|
|
|
|
Plug 'tpope/vim-fugitive' " Git integration |
|
|
|
Plug 'tpope/vim-rhubarb' " Github integration |
|
|
|
Plug 'tpope/vim-sensible' " Defaults everyone can agree on |
|
|
|
Plug 'tpope/vim-surround' " better handling of surrounding markers |
|
|
|
Plug 'tpope/vim-ragtag' " Enhancement of surround for html |
|
|
@ -45,6 +46,8 @@ Plug 'nvim-telescope/telescope.nvim' |
|
|
|
Plug 'nvim-telescope/telescope-fzf-native.nvim', { 'do': 'make' } " improve sort performance |
|
|
|
Plug 'pwntester/octo.nvim' |
|
|
|
|
|
|
|
"Plug 'github/copilot.vim' |
|
|
|
|
|
|
|
" {{{ CocPlugins |
|
|
|
Plug 'neoclide/coc-json', { 'do': 'yarn install --frozen-lockfile' } |
|
|
|
Plug 'neoclide/coc-snippets', { 'do': 'yarn install --frozen-lockfile' } |
|
|
@ -60,6 +63,7 @@ Plug 'neoclide/coc-yaml', { 'do': 'yarn install --frozen-lockfile' } |
|
|
|
Plug 'fannheyward/coc-sql', { 'do': 'yarn install --frozen-lockfile' } |
|
|
|
Plug 'fannheyward/coc-markdownlint', { 'do': 'yarn install --frozen-lockfile' } |
|
|
|
Plug 'fannheyward/coc-pyright', { 'for': 'python', 'do': 'yarn install --frozen-lockfile' } |
|
|
|
Plug 'josa42/coc-sh', { 'do': 'yarn install --frozen-lockfile' } |
|
|
|
" }}} |
|
|
|
|
|
|
|
" html / templates{{{ |
|
|
@ -505,5 +509,6 @@ let g:doge_javascript_settings = { |
|
|
|
\ 'omit_redundant_param_types': 1, |
|
|
|
\} |
|
|
|
let g:doge_doc_standard_python = 'google' |
|
|
|
let g:doge_mapping_comment_jump_forward = '<c-k>' |
|
|
|
|
|
|
|
"}}} |