Compare commits
No commits in common. "aa3ae7df353028bf5f762989894e16ec595b4ef1" and "23b9bf1f1bee1775bbc460ff770c787d3e47ca27" have entirely different histories.
aa3ae7df35
...
23b9bf1f1b
@ -32,7 +32,7 @@ class ${1:name} {
|
|||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet template "Template"
|
snippet template "Template"
|
||||||
template <${1:class} ${2:T}$3>$0
|
template <class ${1:T}$2>$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet namespace "Named or anonymous namespace"
|
snippet namespace "Named or anonymous namespace"
|
||||||
|
1
vimrc
1
vimrc
@ -59,7 +59,6 @@ if !platform#is_windows()
|
|||||||
let g:ycm_error_symbol = '▸'
|
let g:ycm_error_symbol = '▸'
|
||||||
let g:ycm_warning_symbol = '▸'
|
let g:ycm_warning_symbol = '▸'
|
||||||
let g:ycm_goto_buffer_command = 'horizontal-split'
|
let g:ycm_goto_buffer_command = 'horizontal-split'
|
||||||
let g:ycm_use_clangd = 0
|
|
||||||
endif
|
endif
|
||||||
if has('python')
|
if has('python')
|
||||||
" ultisnips - snippet engine
|
" ultisnips - snippet engine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user