-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove completor, update dependencies
- completor.vim is bugged, so remove it and just use omnifunc for tab completion - Update fzf#contrib#complete to handle more different types of output from omnifunc Signed-off-by: Tomas Slusny <[email protected]>
- Loading branch information
Showing
10 changed files
with
11 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
Submodule completor.vim
deleted from
089453
This file contains 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
Submodule vim-javacomplete2
updated
2 files
+1 −1 | autoload/javacomplete.vim | |
+5 −0 | doc/javacomplete.txt |
Submodule vim-snippets
updated
3 files
+4 −0 | UltiSnips/blade.snippets | |
+3 −3 | UltiSnips/sh.snippets | |
+2 −1 | snippets/javascript.es6.react.snippets |
This file contains 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
Submodule .fzf
updated
4 files
+1 −1 | README.md | |
+1 −0 | man/man1/fzf.1 | |
+63 −14 | shell/key-bindings.fish | |
+6 −4 | src/tui/light.go |