Gitter is joining the Matrix ecosystem and will become the first major existing chat platform to switch to natively speaking Matrix!
Gitter どうなってしまうん…? (なにもわからない)
@username
を付けますautocmd!
がないねぇ
3 | augroup Folding
4 | "
5 | " ==================================================
6 | " XML folding
7 | " ==================================================
8 | let g:xml_syntax_folding=1
9 | au FileType xml setlocal foldmethod=syntax
10 |
11 | " ==================================================
12 | " JSON folding
13 | " ==================================================
14 | au FileType json setlocal foldmethod=syntax
15 | augroup END
8 | set encoding=utf-8 " utf8 is the default
9 | set fileencoding=utf-8
10 | scriptencoding utf-8
12 | au FileType nginx setl iskeyword-=.,/,: commentstring=#%s noet
13 | au FileType go setl ts=4 number
15 | au Filetype arduino setl commentstring=//%s