Compare commits

..

No commits in common. "aa3ae7df353028bf5f762989894e16ec595b4ef1" and "23b9bf1f1bee1775bbc460ff770c787d3e47ca27" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -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
View File

@ -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