Skip to content

Commit 1ecd260

Browse files
committed
refactor!: Complete rewrite and new features
Complete rewrite from the group up. Much better load time & performance & improved customizability. Release-As: 2.0.0
1 parent de6cf53 commit 1ecd260

9 files changed

Lines changed: 1211 additions & 696 deletions

File tree

.luarc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"completion.callSnippet": "Both",
3+
"completion.displayContext": 5,
4+
"completion.keywordSnippet": "Disable",
5+
6+
"diagnostics.globals": [ "vim" ],
7+
"hint.arrayIndex": "Enable",
8+
"hint.enable": true,
9+
"hint.setType": true,
10+
11+
"hover.enumsLimit": 10,
12+
"hover.previewFields": 10,
13+
14+
"runtime.version": "LuaJIT"
15+
}

0 commit comments

Comments
 (0)