We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d11783 commit acdf153Copy full SHA for acdf153
vimrc
@@ -9,6 +9,7 @@ call vundle#rc()
9
Bundle 'JazzCore/vundle'
10
Bundle 'JazzCore/ultisnips', 'neocompl_snippets'
11
Bundle 'JazzCore/ctrlp-cmatcher'
12
+Bundle 'JazzCore/ultisnips-snippets'
13
Bundle 'tpope/vim-fugitive'
14
Bundle 'tpope/vim-surround'
15
Bundle 'tpope/vim-endwise'
@@ -260,3 +261,7 @@ let g:pymode_options = 0
260
261
" ==================== Ack.vim ====================
262
" Make ack.vim use Ag (silver searcher ) instead of ack
263
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