Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a012738

Browse files
improve the doc
1 parent 4cd0252 commit a012738

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Generate vim snippets for php via 'https://github.com/alvan/vim-php-manual.git'
44

55
The generating files can be found in folder named 'tools'
66

7-
if you use 'noesnippet' plugin, you can do the config like it below:
7+
If you use 'noesnippet' plugin, you can do the config like it below:
88

99
~~~vim
1010
" Enable snipMate compatibility feature.
@@ -14,3 +14,8 @@ let g:neosnippet#enable_snipmate_compatibility = 1
1414
let g:neosnippet#snippets_directory='~/.vim/bundle/vim-snippets/snippets,~/.vim/bundle/vim-php-snippets'
1515
~~~
1616

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+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /