Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class ${1:name} {
endsnippet
snippet template "Template"
template <class ${1:T}$2>$0
template <${1:class} ${2:T}$3>$0
endsnippet
snippet namespace "Named or anonymous namespace"

1
vimrc
View File

@ -59,6 +59,7 @@ if !platform#is_windows()
let g:ycm_error_symbol = '▸'
let g:ycm_warning_symbol = '▸'
let g:ycm_goto_buffer_command = 'horizontal-split'
let g:ycm_use_clangd = 0
endif
if has('python')
" ultisnips - snippet engine