Removed bufexplorer, updated readme
This commit is contained in:
parent
661ac98983
commit
85633e826f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -46,9 +46,6 @@
|
||||
[submodule "vim/bundle/Lokaltog-vim-easymotion"]
|
||||
path = vim/bundle/Lokaltog-vim-easymotion
|
||||
url = https://github.com/Lokaltog/vim-easymotion
|
||||
[submodule "vim/bundle/vim-scripts-bufexplorer.zip"]
|
||||
path = vim/bundle/vim-scripts-bufexplorer.zip
|
||||
url = https://github.com/vim-scripts/bufexplorer.zip.git
|
||||
[submodule "vim/bundle/sjbach-lusty"]
|
||||
path = vim/bundle/sjbach-lusty
|
||||
url = https://github.com/sjbach/lusty.git
|
||||
|
10
README.md
10
README.md
@ -178,14 +178,19 @@ Included vim plugins
|
||||
* tComment - gcc to comment a line, gcp to comment blocks, nuff said
|
||||
* sparkup - div.foo#bar - hit ctrl-e, expands into <code><div class='foo' id#bar/></code>, and that's just the beginning
|
||||
* rails.vim - syntax highlighting, gf (goto file) enhancements, and lots more. should be required for any rails dev
|
||||
* necomplcache - automatic completion showing, and added Command-Space to select a completion (same as Ctrl-N)
|
||||
* ruby.vim - lots of general enhancements for ruby dev
|
||||
* necomplcache - intelligent and fast complete as you type, and added Command-Space to select a completion (same as Ctrl-N)
|
||||
* snipMate - offers textmate-like snippet expansion + scrooloose-snippets . try hitting TAB after typing a snippet
|
||||
|
||||
Utils
|
||||
|
||||
* surround - super easy quote and tag manipulation - ysiw" - sourround inner word with quotes. ci"' - change inner double quotes to single quotes, etc
|
||||
* greplace - use :Gsearch to find across many files, replace inside the changes, then :Greplace to do a replace across all matches
|
||||
* ConqueTerm - embedded fully colorful shell inside your vim
|
||||
* vim-ruby-conque - helpers to run ruby,rspec,rake within ConqueTerm - use \rr (ruby), \ss (rspec), \ll (rspec line), \RR (rake)
|
||||
* ruby_focused_unit_test - helpers to run tests/specs with \t
|
||||
* vim-markdown-preview - :Mm to view your README.md as html
|
||||
* html-escape - hit ctrl-h to escape html
|
||||
* ruby-debug-ide - not quite working for me, but maybe it will for you. supposedly a graphical debugger you can step through
|
||||
|
||||
General enhancements that don't add new commands
|
||||
@ -194,6 +199,9 @@ Included vim plugins
|
||||
* delimitMate - automatically closes quotes
|
||||
* syntastic - automatic syntax checking when you save the file
|
||||
* repeat - adds '.' (repeat command) support for complex commands like surround.vim. i.e. if you perform a surround and hit '.', it will Just Work (vim by default will only repeat the last piece of the complex command)
|
||||
* endwise - automatically closes blocks (if/end)
|
||||
* autotag - automatically creates tags for fast sourcecode browsing. use ctrl-[ over a symbol name to go to its definition
|
||||
* matchit - helps with matching brackets, improves other plugins
|
||||
|
||||
|
||||
Adding your own vim plugins
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 8c75e65b647238febd0257658b150f717a136359
|
Loading…
Reference in New Issue
Block a user