neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit b533c0f222ed8815803cc4a948cc8d30d43763d1
parent 08f7c2237767e75e2398c057aed0f10740c487b0
Author: Riley Bruins <ribru17@hotmail.com>
Date:   Thu, 20 Feb 2025 08:34:21 -0800

ci: add "_" to luacheck's list of global variables

Diffstat:
M.luacheckrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.luacheckrc b/.luacheckrc @@ -38,7 +38,8 @@ globals = { "vim.bo", "vim.wo", "vim.go", - "vim.env" + "vim.env", + "_", } exclude_files = {