misc refactors

This commit is contained in:
Barrett Ruth 2026-02-26 23:23:38 -05:00
parent 014277b247
commit 60969865b5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 30 additions and 16 deletions

26
config/nvim/vim.yaml Normal file
View file

@ -0,0 +1,26 @@
---
base: lua51
name: vim
lua_versions:
- luajit
globals:
vim:
any: true
jit:
any: true
assert:
any: true
describe:
any: true
it:
any: true
before_each:
any: true
after_each:
any: true
spy:
any: true
stub:
any: true
bit:
any: true