Add 'pkgs/nvim/' from commit 'e5a176d5b7'

git-subtree-dir: pkgs/nvim
git-subtree-mainline: 6fd74fbf0c7a66496ea6f99f85f6045b822f1f4f
git-subtree-split: e5a176d5b7
This commit is contained in:
iofq 2026-02-26 22:15:47 -06:00
commit c544159576
23 changed files with 2085 additions and 0 deletions

6
pkgs/nvim/.stylua.toml Normal file
View file

@ -0,0 +1,6 @@
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "NoSingleTable"
# collapse_simple_statement = "Never"