chore(nvim): a bunch of things

This commit is contained in:
Afonso Franco 2024-03-17 12:32:47 +00:00
parent 9d8f5b9f53
commit b375840efb
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
13 changed files with 513 additions and 377 deletions

4
.config/nvim/.luarc.json Normal file
View file

@ -0,0 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT"
}