diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-03-08 09:18:09 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-03-08 09:18:09 +0100 |
commit | 763001fd81f624fbf4457e8cd4991e7834e4cd15 (patch) | |
tree | 4456df21dae67394eabed5805b9efb95b2ca3169 | |
parent | 1f0c07b41972c83ab890bde61aa6eb87b770043e (diff) | |
download | tyilnet-763001fd81f624fbf4457e8cd4991e7834e4cd15.tar.gz tyilnet-763001fd81f624fbf4457e8cd4991e7834e4cd15.tar.bz2 |
Update vim repos
-rw-r--r-- | playbooks.d/user-tyil/share/gittab.d/vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/playbooks.d/user-tyil/share/gittab.d/vim b/playbooks.d/user-tyil/share/gittab.d/vim index 4e294f4..dca9751 100644 --- a/playbooks.d/user-tyil/share/gittab.d/vim +++ b/playbooks.d/user-tyil/share/gittab.d/vim @@ -1,7 +1,7 @@ # Local name Remote URL Branch feature-camelcasemotion https://github.com/tyil/camelcasemotion.git master feature-rainbow-parenthesis https://github.com/luochen1990/rainbow master -syntax-todo https://github.com/freitass/todo.txt-vim.git master +syntax-go https://github.com/fatih/vim-go master syntax-hcl https://github.com/jvirtanen/vim-hcl.git main syntax-helm https://github.com/towolf/vim-helm master syntax-ledger https://github.com/ledger/vim-ledger master @@ -9,8 +9,9 @@ syntax-markdown https://github.com/plasticboy/vim-markdown syntax-mustache https://github.com/mustache/vim-mustache-handlebars master syntax-raku https://github.com/raku/vim-raku.git master syntax-terraform https://github.com/hashivim/vim-terraform master +syntax-todo https://github.com/freitass/todo.txt-vim.git master syntax-toml https://github.com/cespare/vim-toml.git main +theme-codedark https://github.com/tomasiser/vim-code-dark master theme-colorsbox https://github.com/mkarmona/colorsbox.git master theme-jellybeans https://github.com/nanotech/jellybeans.vim.git master theme-molokai https://github.com/tomasr/molokai.git master -theme-codedark https://github.com/tomasiser/vim-code-dark master |