We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd0252 commit a012738Copy full SHA for a012738
README.md
@@ -4,7 +4,7 @@ Generate vim snippets for php via 'https://github.com/alvan/vim-php-manual.git'
4
5
The generating files can be found in folder named 'tools'
6
7
-if you use 'noesnippet' plugin, you can do the config like it below:
+If you use 'noesnippet' plugin, you can do the config like it below:
8
9
~~~vim
10
" Enable snipMate compatibility feature.
@@ -14,3 +14,8 @@ let g:neosnippet#enable_snipmate_compatibility = 1
14
let g:neosnippet#snippets_directory='~/.vim/bundle/vim-snippets/snippets,~/.vim/bundle/vim-php-snippets'
15
~~~
16
17
+We can do something better, it is convenient to delete the arg's type tip
18
+~~~vim
19
+autocmd FileType php smap <buffer> kk <Esc><C-Left><S-Left>viwdea
20
+~~~
21
+
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments