From f6b99d0a27bb51bb3b7e35b59e091491c429c7ff Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 7 Aug 2015 14:04:59 +0200 Subject: [PATCH] Added vim-dispatch --- nvim/.nvim/plugged/tlib_vim | 2 +- nvim/.nvim/plugged/vim-dispatch | 1 + nvim/.nvim/plugged/vim-exchange | 2 +- nvim/.nvim/plugged/vim-snippets | 2 +- nvim/.nvimrc | 11 +++++------ 5 files changed, 9 insertions(+), 9 deletions(-) create mode 160000 nvim/.nvim/plugged/vim-dispatch diff --git a/nvim/.nvim/plugged/tlib_vim b/nvim/.nvim/plugged/tlib_vim index c9ffbef..4c128ee 160000 --- a/nvim/.nvim/plugged/tlib_vim +++ b/nvim/.nvim/plugged/tlib_vim @@ -1 +1 @@ -Subproject commit c9ffbef0718a35bd30eb711456e2100e4adf79f7 +Subproject commit 4c128ee2fee6d97cc5c6089e7797b4ad536de2a4 diff --git a/nvim/.nvim/plugged/vim-dispatch b/nvim/.nvim/plugged/vim-dispatch new file mode 160000 index 0000000..69fea41 --- /dev/null +++ b/nvim/.nvim/plugged/vim-dispatch @@ -0,0 +1 @@ +Subproject commit 69fea418692f76058d5cd95f0a17ed6b0f5bbb77 diff --git a/nvim/.nvim/plugged/vim-exchange b/nvim/.nvim/plugged/vim-exchange index 93ef4c9..0ae5d5e 160000 --- a/nvim/.nvim/plugged/vim-exchange +++ b/nvim/.nvim/plugged/vim-exchange @@ -1 +1 @@ -Subproject commit 93ef4c9e42cd6da4e37a935c4799dcf8e24af9b1 +Subproject commit 0ae5d5ea9953d55768bede9759af636a773ce5a8 diff --git a/nvim/.nvim/plugged/vim-snippets b/nvim/.nvim/plugged/vim-snippets index af3c2d3..464aeae 160000 --- a/nvim/.nvim/plugged/vim-snippets +++ b/nvim/.nvim/plugged/vim-snippets @@ -1 +1 @@ -Subproject commit af3c2d3f66a6c7bf200f671ee76efdbad33ce69f +Subproject commit 464aeae09bccd994a5a37ca3d25ed775f30034b6 diff --git a/nvim/.nvimrc b/nvim/.nvimrc index 49f8b08..5d97d64 100644 --- a/nvim/.nvimrc +++ b/nvim/.nvimrc @@ -20,13 +20,14 @@ Plug 'tomtom/tlib_vim' Plug 'garbas/vim-snipmate' Plug 'honza/vim-snippets' Plug 'beyondmarc/glsl.vim' +Plug 'tpope/vim-dispatch' " Plug 'Valloric/YouCompleteMe' call plug#end() let g:neomake_airline=1 " let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' } -let g:ctrlp_custom_ignore = '\v[\/](build|bin)$' +let g:ctrlp_custom_ignore = '\v[\/](build|bin|obj)$' let delimitMate_expand_cr = 1 @@ -67,9 +68,6 @@ let g:SuperTabDefaultCompletionType = "" " let g:SuperTabDefaultCompletionType = "" -let g:glsl_default_version = 'glsl330' -let g:glsl_file_extensions = '*.glsl,*.vsh,*.fsh' - syntax on filetype plugin indent on @@ -89,7 +87,8 @@ map :bp map map -map :make:cw -map :make execute +" map :make:cw +map :Make +map :Make debug map :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .