1
0
Fork 0
mirror of synced 2024-11-26 17:25:35 -05:00
zimfw/.gitmodules
Tomas Slusny d5536d607f Fix fasd completion
- Add fasd as gitmodule
- Regenerate fasd configuration script from current fasd version
- Fix initialization script to have all fasd-related functions inside it
- Add another alias `v` for fasd that will access recently used files
  from .viminfo

Fixes: #111

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2017-01-22 18:11:14 +01:00

21 lines
996 B
Text

[submodule "modules/history-substring-search/external"]
path = modules/history-substring-search/external
url = https://github.com/zsh-users/zsh-history-substring-search.git
[submodule "modules/completion/external"]
path = modules/completion/external
url = https://github.com/zsh-users/zsh-completions.git
[submodule "modules/syntax-highlighting/external"]
path = modules/syntax-highlighting/external
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "modules/prompt/external-themes/pure"]
path = modules/prompt/external-themes/pure
url = https://github.com/sindresorhus/pure.git
[submodule "modules/prompt/external-themes/liquidprompt"]
path = modules/prompt/external-themes/liquidprompt
url = https://github.com/nojhan/liquidprompt.git
[submodule "modules/prompt/external-themes/lean"]
path = modules/prompt/external-themes/lean
url = https://github.com/miekg/lean
[submodule "modules/fasd/fasd"]
path = modules/fasd/fasd
url = https://github.com/clvv/fasd