diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2025-06-13 09:12:30 +0200 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2025-06-13 09:12:30 +0200 |
commit | 0c06999dce017e857385310a35c9f5c1876e4732 (patch) | |
tree | 792dbd26d4f8dbef6f954a8a19c43e7629dcbd02 /.gitmodules |
initial configs
This is the current bare bones config only for tmux and vim. zsh will
probably follow later.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5dbda93 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vim/pack/plugins/start/ctrlp"] + path = vim/pack/plugins/start/ctrlp + url = https://github.com/ctrlpvim/ctrlp.vim.git +[submodule "vim/pack/plugins/start/vim-go"] + path = vim/pack/plugins/start/vim-go + url = https://github.com/fatih/vim-go.git |