Skip to content

Commit acdf153

Browse files
committed
add ultisnips options and snips repo
1 parent 7d11783 commit acdf153

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vimrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ call vundle#rc()
99
Bundle 'JazzCore/vundle'
1010
Bundle 'JazzCore/ultisnips', 'neocompl_snippets'
1111
Bundle 'JazzCore/ctrlp-cmatcher'
12+
Bundle 'JazzCore/ultisnips-snippets'
1213
Bundle 'tpope/vim-fugitive'
1314
Bundle 'tpope/vim-surround'
1415
Bundle 'tpope/vim-endwise'
@@ -260,3 +261,7 @@ let g:pymode_options = 0
260261
" ==================== Ack.vim ====================
261262
" Make ack.vim use Ag (silver searcher ) instead of ack
262263
let g:ackprg = 'ag --nogroup --nocolor --column'
264+
265+
" ==================== UltiSnips ====================
266+
let g:ultisnips_python_style = "sphinx"
267+
let g:UltiSnipsSnippetDirectories = ["UltiSnips", "ultisnips-snippets"]

0 commit comments

Comments
 (0)