File tree Expand file tree Collapse file tree 2 files changed +7
-137
lines changed
Expand file tree Collapse file tree 2 files changed +7
-137
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json" ,
3- "codeAction" : {
4- "insertSpace" : false
5- },
6- "codeLens" : {
7- "enable" : true
8- },
9- "completion" : {
10- "enable" : true ,
11- "autoRequire" : true ,
12- "autoRequireFunction" : " require" ,
13- "autoRequireNamingConvention" : " keep" ,
14- "autoRequireSeparator" : " ." ,
15- "callSnippet" : false ,
16- "postfix" : " @" ,
17- "baseFunctionIncludesName" : true
18- },
19- "diagnostics" : {
20- "enable" : true ,
21- "disable" : [],
22- "enables" : [],
23- "globals" : [],
24- "globalsRegex" : [],
25- "severity" : {},
26- "diagnosticInterval" : 500
27- },
28- "doc" : {
29- "syntax" : " md"
30- },
31- "documentColor" : {
32- "enable" : true
33- },
34- "hover" : {
35- "enable" : true
36- },
37- "hint" : {
38- "enable" : true ,
39- "paramHint" : true ,
40- "indexHint" : true ,
41- "localHint" : true ,
42- "overrideHint" : true ,
43- "metaCallHint" : true
44- },
45- "inlineValues" : {
46- "enable" : true
47- },
48- "references" : {
49- "enable" : true ,
50- "fuzzySearch" : true ,
51- "shortStringSearch" : false
52- },
53- "reformat" : {
54- "externalTool" : null ,
55- "externalToolRangeFormat" : null ,
56- "useDiff" : false
57- },
58- "resource" : {
59- "paths" : []
60- },
613 "runtime" : {
62- "version" : " LuaJIT" ,
63- "requirePattern" : [
64- " ?.lua" ,
65- " ?/init.lua" ,
66- " lua/?.lua"
67- ],
68- "requireLikeFunction" : [],
69- "frameworkVersions" : [],
70- "extensions" : [],
71- "classDefaultCall" : {
72- "functionName" : " " ,
73- "forceNonColon" : false ,
74- "forceReturnSelf" : false
75- },
76- "nonstandardSymbol" : [],
77- "special" : {}
78- },
79- "semanticTokens" : {
80- "enable" : true
81- },
82- "signature" : {
83- "detailSignatureHelper" : true
84- },
85- "strict" : {
86- "requirePath" : false ,
87- "typeCall" : false ,
88- "arrayIndex" : true ,
89- "metaOverrideFileDefine" : true ,
90- "docBaseConstMatchBaseType" : true
4+ "version" : " LuaJIT"
915 },
926 "workspace" : {
93- "ignoreDir" : [],
94- "ignoreGlobs" : [],
957 "library" : [
96- " $VIMRUNTIME"
97- ],
98- "workspaceRoots" : [
99- " .git" ,
100- " .emmyrc.json"
8+ " $VIMRUNTIME" ,
9+ " $HOME/.local/share/nvim/lazy/luvit-meta/library/uv.lua" ,
10+ " $HOME/.local/share/nvim/lazy"
10111 ],
102- "preloadFileSize" : 0 ,
103- "encoding" : " utf-8" ,
104- "moduleMap" : [],
105- "reindexDuration" : 5000 ,
106- "enableReindex" : false
12+ "ignoreGlobs" : [
13+ " **/*_spec.lua"
14+ ]
10715 }
10816}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments