ci: scripts + format
This commit is contained in:
parent
f2e312f860
commit
8c8e49d75c
9 changed files with 1279 additions and 35 deletions
|
|
@ -7,8 +7,13 @@
|
|||
"globals": ["vim"]
|
||||
},
|
||||
"workspace": {
|
||||
"library": ["$VIMRUNTIME/lua", "${3rd}/luv/library", "${3rd}/busted/library"],
|
||||
"checkThirdParty": false
|
||||
"library": [
|
||||
"$VIMRUNTIME/lua",
|
||||
"${3rd}/luv/library",
|
||||
"${3rd}/busted/library"
|
||||
],
|
||||
"checkThirdParty": false,
|
||||
"ignoreDir": [".direnv"]
|
||||
},
|
||||
"completion": {
|
||||
"callSnippet": "Replace"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue