aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua-guide.txt
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-06-02 16:59:58 +0200
committerGitHub <noreply@github.com>2023-06-02 22:59:58 +0800
commitaa130d0c7ea69a05330d0b054b414cc3a15dac45 (patch)
treea1a6489799418d2d7e804a522239211b8d86d9e1 /runtime/doc/lua-guide.txt
parent4b60267f82ef1947f8a583c02eaf502cf1db69ca (diff)
downloadrneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.tar.gz
rneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.tar.bz2
rneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.zip
docs: small fixes (#23619)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: Gustavo Ferreira <gustavo.ferreira@imaginecurve.com> Co-authored-by: Kai Moschcau <mail@kmoschcau.de> Co-authored-by: Lampros <hauahx@gmail.com>
Diffstat (limited to 'runtime/doc/lua-guide.txt')
-rw-r--r--runtime/doc/lua-guide.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/lua-guide.txt b/runtime/doc/lua-guide.txt
index 94db6aac0a..22f51ce8c7 100644
--- a/runtime/doc/lua-guide.txt
+++ b/runtime/doc/lua-guide.txt
@@ -114,10 +114,10 @@ Let's assume you have the following directory structure:
|-- after/
|-- ftplugin/
|-- lua/
- | |-- myluamodule.lua
- | |-- other_modules/
- | |-- anothermodule.lua
- | |-- init.lua
+ | |-- myluamodule.lua
+ | |-- other_modules/
+ | |-- anothermodule.lua
+ | |-- init.lua
|-- plugin/
|-- syntax/
|-- init.vim