fdas
This commit is contained in:
@@ -332,6 +332,11 @@ snippet main
|
||||
return 0;
|
||||
}
|
||||
|
||||
snippet range
|
||||
for ( int i = 0; i < ${1:count}; i++ ) {
|
||||
$0
|
||||
}
|
||||
|
||||
snippet fori
|
||||
for ( ${1:size_t} ${2:i} = ${3:0}; ${2:i} < ${4:count}; ${2:i}++ ) {
|
||||
$0
|
||||
|
||||
@@ -11,6 +11,7 @@ autocmd FileType * setlocal indentexpr=
|
||||
autocmd FileType csharp setlocal makeprg=dotnet
|
||||
autocmd FileType go setlocal makeprg=go noexpandtab
|
||||
autocmd FileType lua setlocal noexpandtab
|
||||
autocmd FileType c setlocal noexpandtab
|
||||
nnoremap ,ct :!ctags -R .<CR>
|
||||
augroup GoCtags
|
||||
autocmd!
|
||||
|
||||
Reference in New Issue
Block a user