From 6dd068e8d8855fcae21ceb06d1f6e3f06c3c8f88 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 3 Feb 2024 20:05:06 +0900 Subject: [PATCH] Tidy up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce7c2398..27c932fe 100644 --- a/README.md +++ b/README.md @@ -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