summaryrefslogtreecommitdiff
path: root/vim-plug/extras.vim
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2021-03-09 23:55:11 -0500
committerGitHub <[email protected]>2021-03-09 23:55:11 -0500
commit474f961b2a31c0fe8281188150c08cc2849bf4df (patch)
tree8a25933cd7a63eddbcab05220d702a6ba7c7f2b6 /vim-plug/extras.vim
parent56f65b12a446fe05483a23585dd4e3104205b062 (diff)
Native LSP, more Lua, less CoC
Diffstat (limited to 'vim-plug/extras.vim')
-rw-r--r--vim-plug/extras.vim84
1 files changed, 84 insertions, 0 deletions
diff --git a/vim-plug/extras.vim b/vim-plug/extras.vim
new file mode 100644
index 00000000..3f07fb87
--- /dev/null
+++ b/vim-plug/extras.vim
@@ -0,0 +1,84 @@
+ " 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) } }