From 1815f3d8966670161f30b72b18cc2d518c560a85 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sat, 22 Dec 2012 21:31:13 -0800 Subject: [PATCH] Add vim bundle for less --- .gitmodules | 3 +++ vim/bundle/less | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/less diff --git a/.gitmodules b/.gitmodules index 29334c9..d997e73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "vim/bundle/javascript-syntax"] path = vim/bundle/javascript-syntax url = https://github.com/vim-scripts/JavaScript-syntax.git +[submodule "vim/bundle/less"] + path = vim/bundle/less + url = https://github.com/groenewege/vim-less.git diff --git a/vim/bundle/less b/vim/bundle/less new file mode 160000 index 0000000..0223dcd --- /dev/null +++ b/vim/bundle/less @@ -0,0 +1 @@ +Subproject commit 0223dcdf0f4d3cb2b811a10c3673c0832b337415