From a71830b39a0aca4de817c51b232d4bbe7702dd50 Mon Sep 17 00:00:00 2001 From: stack Date: Thu, 21 Feb 2013 02:08:38 +0100 Subject: [PATCH] added sleuth and cuda reference --- .gitmodules | 3 +++ addons/sleuth | 1 + vimrc | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 addons/sleuth diff --git a/.gitmodules b/.gitmodules index 11dce86..ec268dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 index 0000000..039e2cd --- /dev/null +++ b/addons/sleuth @@ -0,0 +1 @@ +Subproject commit 039e2cd134825ada08e8aa63630c4d9c1d7d24c6 diff --git a/vimrc b/vimrc index a49c5a1..200a2e4 100644 --- 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'], -- 2.20.1