summaryrefslogtreecommitdiff
path: root/weblog/neovim-lua.md
diff options
context:
space:
mode:
Diffstat (limited to 'weblog/neovim-lua.md')
-rw-r--r--weblog/neovim-lua.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/weblog/neovim-lua.md b/weblog/neovim-lua.md
index c51486d..7f64006 100644
--- a/weblog/neovim-lua.md
+++ b/weblog/neovim-lua.md
@@ -2,6 +2,8 @@
post_date: 2022-06-29
---
+> Note: This was ported from my old gemini capsule, still served on gemini at `gemini.ctrl-c.club/~tjp`
+
# Neovim's lua config support
I ported all my vim configs to lua over the weekend and I've never been happier with them.
@@ -15,5 +17,3 @@ But lua is a proper programming language. I intuitively understand how to break
Granted, so far I haven't made very full use of these capabilities, since it was already a fairly sizable task just to port vimscript to lua 1-for-1 (but I did break it into separate topical files that makes them all much more digestable as a reader). But even being a language that supports such a refactor, under language constructs that behave like I expect, makes it feel entirely different.
I highly recommend making that jump, even if you don't have any particular configuration improvement to tackle simultaneously. With any sort of background in programming, it'll give you a fresh feeling that your editor is now far more configurable than before.
-
-> Note: This was ported from my old gemini capsule, still served on gemini at `gemini.ctrl-c.club/~tjp`