Junegunn Choi 1 년 전
부모
커밋
6dd068e8d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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