Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zh tw #1

Open
wants to merge 4 commits into
base: zhTW
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.zhTW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Getting started using Lua in Neovim

## Translations
## 翻譯

- [:cn: Chinese version](https://github.com/glepnir/nvim-lua-guide-zh)
- [:es: Spanish version](https://github.com/RicardoRien/nvim-lua-guide/blob/master/README.esp.md)
Expand Down Expand Up @@ -155,7 +155,7 @@ See also:

Since runtime files aren't based on the Lua module system, two plugins can have a `plugin/main.lua` file without it being an issue.

## Using Lua from Vimscript
## 從Vimscript使用LUA

### :lua

Expand Down