-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path..plugins.lst
More file actions
103 lines (70 loc) · 3.21 KB
/
..plugins.lst
File metadata and controls
103 lines (70 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#|> About vim plugins found in ~/.vim/bundle
*** bufexplorer~/: Buffer Explorer
* Powerful & convenient buffer explorer
* https://github.com/jlanzarotta/bufexplorer
*** camelcasemotion/: 'w,e,b' motion commands respect CamelCase
* Use 'W,E,B' for traditional (whitespace separated) behavior.
*** MoveByIndent~/: <!LR> move by indentation
* My own plugin. Should be the best :-)
*** NrrwRgn~/: Narrow Region to a temporary buffer
* Inspired by Emacs's narrowing behavior
*** Nvim-R~/: Vim/Nvim plugin for R-lang.
* https://github.com/jalvesaq/Nvim-R
*** vim-dirvish~/: (justinmk) Simple Directory browser
* Replaces netrw, NERDTree.
* https://github.com/justinmk/vim-dirvish
*** vim-HiLinkTrace~/: Show syntax stack & hilight info
* :HLT command shows syntax/highlight info
* https://github.com/gerw/vim-HiLinkTrace
*** vim-latex~/: LaTeX mode
* Decent LaTeX mode
| But try vimtex!
*** vim-python-pep8-indent~/: Python indentation PEP8 compliant
*** vim-sneak~/: (justinmk) two-letter fast motions
* Extends fF motions to two keys. sS are the pending operators.
* Cleaner/leaner alternative to EasyMotion.
*** supertab~/: Simple Auto-Complete
* Simpler than YouCompleteMe. Seems to be OK.
*** UltiSnips~/: Ultimate Snippets
* Framework for an easy snippet insertions
* https://github.com/SirVer/ultisnips
- Use together with https://github.com/honza/vim-snippets
*** Honza's vim-snippets:
* Collection of useful snippets for UntiSnips
* https://github.com/honza/vim-snippets
*** vim-surround~/ -- Surround.vim is all about "surroundings": parentheses, brackets, quotes,
XML tags, and more. The plugin provides mappings to easily delete,
change and add such surroundings in pairs.
*** vimtex: TeX/LaTeX plugin
* Lightweight, high quality, actively beeing developed (as of 2016).
- Works together with UltiSnips.
*** vim-unimpaired~/: Tim Pope's paired keybindings
* https://github.com/tpope/vim-unimpaired
* Useful bindings that are grouped in pairs
*** YouCompleteMe~/: Comprehensive AutoComplete engine
*** vim-easy-align~/:
* Seems to be powerful & easy to use tool to align columns, work w/ tabular data
* https://github.com/junegunn/vim-easy-align
*** vis~/: Editing Visual Block
* Easy (and powerfull) editing (or searching) limited to a Visual Block.
* Please, manually update and inspect the latest unofficial release
* from http://www.drchip.org/astronaut/vim/index.html#VIS
*** vim-markdown-folding~/:
* Markdown folding mode ny Drew Nail himself.
jedi-vim: Python autocomplete {{{
* URL: https://github.com/davidhalter/jedi-vim
*** Installation
* Clone repo: !> Relative to ~/.vim/ directory <!
$ cd pack/LR/shelf
pack/LR/shelf$ git clone --recursive https://github.com/davidhalter/jedi-vim.git
* Make it auto-loadable
$ cd pack/LR/start
pack/LR/start$ ln -s ../shelf/jedi-vim .
* Try out, test,...
* When ready to move forward, add as git submodule:
$ git submodule add ./pack/LR/shelf/jedi-vim pack/LR/shelf/jedi-vim
+ Then edit .gitmodules file and add the following line to the corresponding submodule entry.
ignore = untracked
}}}
#############################################################
## vim:tw=105:ft=text:fdm=marker:fdl=0:sw=2:fml=1:ts=2:sts=2: