added vim wiki to vim packages

nvim
KeeganForelight 2 years ago
parent 93d22165eb
commit aaf2b4ad9d

3
.gitmodules vendored

@ -56,3 +56,6 @@
[submodule "tpm"]
path = tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "vimwiki"]
path = vim/pack/man/start/vimwiki
url = https://github.com/vimwiki/vimwiki.git

@ -14,6 +14,9 @@ set -g automatic-rename on
bind-key v select-layout even-vertical
bind-key h select-layout even-horizontal
# binds path to current one
bind-key a attach -c "#{pane_current_path}"
# setting up TPM
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

@ -0,0 +1 @@
Subproject commit fea8bee382b2051b0137fd2cacf0862823ee69b3
Loading…
Cancel
Save