run
npx https://gist.github.com/panva/ebaacfe433a8677bdbf458f6e1132045
" Specify a directory for plugins | |
call plug#begin('~/.vim/plugged') | |
Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
Plug 'scrooloose/nerdtree' | |
"Plug 'tsony-tsonev/nerdtree-git-plugin' | |
Plug 'Xuyuanp/nerdtree-git-plugin' | |
Plug 'tiagofumo/vim-nerdtree-syntax-highlight' | |
Plug 'ryanoasis/vim-devicons' | |
Plug 'airblade/vim-gitgutter' |
// based on https://github.com/electron-userland/electron-forge/issues/2306#issuecomment-1034882039 | |
'use strict'; | |
/** | |
* @typedef {{ | |
* new (options: { path: string }): { | |
* loadActual(): Promise<Node> | |
* } | |
* }} Arborist | |
*/ |
Moved to a repo at https://github.com/Geczy/coolify-migration