added sleuth and cuda reference
authorstack <stack@inventati.org>
Thu, 21 Feb 2013 01:08:38 +0000 (02:08 +0100)
committerstack <stack@inventati.org>
Thu, 21 Feb 2013 01:08:38 +0000 (02:08 +0100)
.gitmodules
addons/sleuth [new submodule]
vimrc

index 11dce86..ec268dc 100644 (file)
@@ -58,3 +58,6 @@
 [submodule "addons/quickfixsigns"]
        path = addons/quickfixsigns
        url = git://github.com/tomtom/quickfixsigns_vim
+[submodule "addons/sleuth"]
+       path = addons/sleuth
+       url = git://github.com/tpope/vim-sleuth
diff --git a/addons/sleuth b/addons/sleuth
new file mode 160000 (submodule)
index 0000000..039e2cd
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 039e2cd134825ada08e8aa63630c4d9c1d7d24c6
diff --git a/vimrc b/vimrc
index a49c5a1..200a2e4 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -225,8 +225,8 @@ exec 'set runtimepath+='.vam_install_path.'/vim-addon-manager'
 let ft_addons = {
     \ 'always': ['desert', 'gnupg', 'surround', 'checksyntax', 'quickfixsigns', 'LargeFile', 'snipmate', 'snipmate-snippets', 'The_NERD_tree', 'SuperTab%1643', 'fugitive'],
     \ 'r': [ 'Screen_vim__gnu_screentmux', 'Vim-R-plugin' ],
-    \ '^\%(c\|cpp\|javascript\|python\|php\|html\|xml\|r\|sh\|css\|java\|make\|xslt\|vim\)$': [ 'Tagbar', 'checksyntax', 'TagHighlight'],
-    \ '^\%(c\|cpp\|h\)$': [ 'clang_complete' ],
+    \ '^\%(c\|cpp\|cuda\|javascript\|python\|php\|html\|xml\|r\|sh\|css\|java\|make\|xslt\|vim\)$': [ 'Tagbar', 'checksyntax', 'TagHighlight', 'sleuth'],
+    \ '^\%(c\|cpp\|h\|cuda\)$': [ 'clang_complete' ],
     \ 'python': [ 'python_pydoc'],
     \ 'php': ['phpcomplete', 'PDV_-_phpDocumentor_for_Vim'],
     \ 'gpg': ['gnupg'],