Skip to content

Commit

Permalink
chore(lua_ls): cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jint-lzxy <[email protected]>
  • Loading branch information
Jint-lzxy committed Jul 26, 2024
1 parent 122ccf1 commit 39b165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/configs/completion/servers/lua_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ return {
settings = {
Lua = {
runtime = { version = "LuaJIT" },
hint = { enable = true, setType = true },
telemetry = { enable = false },
hint = { enable = true, setType = true },
-- Do not override treesitter lua highlighting with lua_ls' highlighting
semantic = { enable = false },
},
Expand Down

0 comments on commit 39b165b

Please sign in to comment.