Skip to content

Instantly share code, notes, and snippets.

@bbtdev
Last active October 4, 2018 02:50
Show Gist options
  • Save bbtdev/362b9127840344525f08529c10ed1f2c to your computer and use it in GitHub Desktop.
Save bbtdev/362b9127840344525f08529c10ed1f2c to your computer and use it in GitHub Desktop.
# MISC
VIM-MULTIPLE-CURSORS
https://github.com/terryma/vim-multiple-cursors
# crashed a lot, unstable for me
# probably incompatible with some plugins (although I fixed compatibility with ncm2 - check doc for ncm and multiple-cursos)
# should test again without plugins
NEOMAKE
https://github.com/neomake/neomake
# elixir it does not have credo, but it can be setup
# from testing ALE works better, BUT neomake is lighter
VIM-POLYGOT
# they don't update the library of ftplugins frequent enough IMO
# FILE EXPLORERS
# uses netrw, netrw is filled with bugs
https://github.com/tpope/vim-vinegar
# heavy but complete
https://github.com/scrooloose/nerdtree
# no tree
https://github.com/justinmk/vim-dirvish
# superb, but it has unite.vim as dependency (huge plugin)
https://github.com/Shougo/vimfiler.vim
# neovim bugs
https://github.com/ipod825/vim-netranger
# no tree
https://github.com/jeetsukumaran/vim-filebeagle
# has NERDTree code
# no toggle
# plans are to change NERDTree code
https://github.com/juanibiapina/vim-lighttree
# no tree
https://github.com/cocopon/vaffle.vim
# Weird implementation
https://github.com/mbbill/VimExplorer
# changes project directory when opened on a buffer
# easy to read source code
https://github.com/vim-scripts/vtreeexplorer
# lighter and similar then nerdtree
# does not have reveal functionality
https://github.com/troydm/easytree.vim
# super simple side tree
# buffers show up
https://github.com/vim-scripts/opsplorer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment