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