From 398c8105482ea717b574c8638e5afb40cc01b226 Mon Sep 17 00:00:00 2001 From: ahillio Date: Sun, 20 Feb 2022 16:42:31 -0500 Subject: [PATCH] Update README.md Remove violent language. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b70643..d02787b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Introduction -The [integration of Lua](https://www.youtube.com/watch?v=IP3J56sKtn0) as a [first-class language inside Neovim](https://github.com/neovim/neovim/wiki/FAQ#why-embed-lua-instead-of-x) is shaping up to be one of its killer features. +The [integration of Lua](https://www.youtube.com/watch?v=IP3J56sKtn0) as a [first-class language inside Neovim](https://github.com/neovim/neovim/wiki/FAQ#why-embed-lua-instead-of-x) is shaping up to be one of its life-giving features. However, the amount of teaching material for learning how to write plugins in Lua is not as large as what you would find for writing them in Vimscript. This is an attempt at providing some basic information to get people started. This guide assumes you are using at least version 0.5 of Neovim.