Last active
October 4, 2018 02:50
-
-
Save bbtdev/362b9127840344525f08529c10ed1f2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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