Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
clpi committed Dec 15, 2024
1 parent 2509234 commit 5f4a23f
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 157 deletions.
11 changes: 7 additions & 4 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
cache = true
codes = true
cache = true
codes = true
self = false

read_globals = {
"vim",
}
-- Global objects
globals = {
globals = {
"_",
"word",
"vim",
"log",
}

ignore = {
ignore = {
"631", -- max_line_length
"212",
"122",
Expand Down
2 changes: 2 additions & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
],
"diagnostics.globals": [
"vim",
"Mod",
"Map",
"coroutine",
"require",
"bit"
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.2-alpha (2024-12-15)

## 0.1.1-alpha

## 0.1.0-alpha.1

-
1 change: 0 additions & 1 deletion book/src/extend/inits.md

This file was deleted.

Loading

0 comments on commit 5f4a23f

Please sign in to comment.