get rid of v:lua.require example

it doesn't always work properly
pull/56/head
Timothée Sterle 3 years ago
parent 0dc3e39173
commit ef376963da
No known key found for this signature in database
GPG Key ID: 136D558122196ED5

@ -342,9 +342,6 @@ let scream = v:lua.string.rep('A', 10)
echo scream
" 'AAAAAAAAAA'
" Requiring modules works
call v:lua.require('mymodule').myfunction()
" How about a nice statusline?
lua << EOF
function _G.statusline()

@ -357,9 +357,6 @@ types and vice versa.
echo scream
" 'AAAAAAAAAA'
" Requiring modules works
call v:lua.require('mymodule').myfunction()
" How about a nice statusline?
lua << EOF
function _G.statusline()

Loading…
Cancel
Save