summaryrefslogtreecommitdiff
path: root/vim-plug/extras.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim-plug/extras.vim')
-rw-r--r--vim-plug/extras.vim85
1 files changed, 0 insertions, 85 deletions
diff --git a/vim-plug/extras.vim b/vim-plug/extras.vim
deleted file mode 100644
index e8b46ad9..00000000
--- a/vim-plug/extras.vim
+++ /dev/null
@@ -1,85 +0,0 @@
- " Plugin Graveyard
- " Rainbow brackets
- " Plug 'luochen1990/rainbow'
- " Async Linting Engine
- " TODO make sure to add ale config before plugin
- " Plug 'dense-analysis/ale'
- " Better Whitespace
- " Plug 'ntpeters/vim-better-whitespace'
- " Multiple Cursors
- " TODO add this back in change from C-n
- " Plug 'mg979/vim-visual-multi', {'branch': 'master'}
- " Plug 'yuezk/vim-js'
- " Plug 'maxmellon/vim-jsx-pretty'
- " Plug 'jelera/vim-javascript-syntax'
- " Debug
- " Plug 'mfussenegger/nvim-dap'
- " Plug 'nvim-dap-virtual-text'
- " Sneak
- " Plug 'justinmk/vim-sneak'
- " Minimap
- " Plug 'wfxr/minimap.vim'
- " jsx syntax support
- " Typescript syntax
- " Plug 'HerringtonDarkholme/yats.vim'
- " Multiple Cursors
- " Plug 'terryma/vim-multiple-cursors'
- " Plug 'kaicataldo/material.vim'
- " Plug 'tomasiser/vim-code-dark'
- " Plug 'mg979/vim-xtabline'
- " Files
- " Plug 'tpope/vim-eunuch'
- " Vim Wiki
- " Plug 'https://github.com/vimwiki/vimwiki.git'
- " Better Comments
- " Plug 'jbgutierrez/vim-better-comments'
- " Echo doc
- " Plug 'Shougo/echodoc.vim'
- " Plug 'hardcoreplayers/spaceline.vim'
- " Plug 'vim-airline/vim-airline'
- " Plug 'vim-airline/vim-airline-themes'
- " Ranger
- " Plug 'francoiscabrol/ranger.vim'
- " Plug 'rbgrouleff/bclose.vim'
- " Making stuff
- " Plug 'neomake/neomake'
- " Plug 'mhinz/vim-signify'
- " Plug 'preservim/nerdcommenter'
- " Plug 'atishay/far.vim'
- " Plug 'romgrk/lib.kom'
- " Plug 'brooth/far.vim'
- " Debugging
- " Repeat stuff
- " Plug 'tpope/vim-repeat'
- " Convert binary, hex, etc..
- " Plug 'glts/vim-radical'
- " highlight all matches under cursor
- " Plug 'RRethy/vim-illuminate'
- " Surround
- " Plug 'tpope/vim-surround'
- " auto set indent settings
- " Plug 'tpope/vim-sleuth'
- " FZF
- " Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
- " Plug 'yuki-ycino/fzf-preview.vim', { 'branch': 'release', 'do': ':UpdateRemotePlugins' }
- " Plug 'junegunn/fzf.vim'
- " undo time travel
- " Plug 'mbbill/undotree'
- " " async tasks
- " Plug 'skywind3000/asynctasks.vim'
- " Plug 'skywind3000/asyncrun.vim'
- " CoC
- " Plug 'neoclide/coc.nvim', {'branch': 'release'}
- " Swap windows
- " Plug 'wesQ3/vim-windowswap'
- " Debugging
- " Plug 'puremourning/vimspector'
- " Plug 'szw/vim-maximizer'
- " Treesitter
- " Plug 'nvim-treesitter/playground'
- " Plug 'nvim-treesitter/nvim-treesitter-refactor'
- " Plug 'nvim-treesitter/nvim-treesitter-textobjects'
- " Plug 'romgrk/nvim-treesitter-context'
- " Neovim in Browser
- " Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(1) } }
- " Plug 'glepnir/indent-guides.nvim'