This commit is contained in:
Junegunn Choi 2024-02-03 20:05:06 +09:00
parent e07c18608f
commit 6dd068e8d8
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ call plug#end()
Reload .vimrc and `:PlugInstall` to install plugins.
#### Example (Lua configuration file for Neovim)
#### Example (Lua configuration for Neovim)
In Neovim, you can write your configuration in a Lua script file named
`init.lua`. The following code is the Lua script equivalent to the VimScript