diff options
| author | brustybee <bee@4d2.org> | 2026-03-10 01:16:33 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-10 01:16:33 +0530 |
| commit | 34e147989c1b8d5a930b5a28d38fb85c2c6fb89c (patch) | |
| tree | 81a2c6c50add89c7234b8f860040a9074a1042c3 /lua/config/lsp.lua | |
| parent | 0ab4b001a573cda44d461143f2c17a096e670944 (diff) | |
Disable hints for lua ls and add hlchunk
Diffstat (limited to 'lua/config/lsp.lua')
| -rw-r--r-- | lua/config/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 2e7cf05..3ac5cca 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -26,7 +26,7 @@ vim.lsp.config("lua_ls", { Lua = { codeLens = { enable = true }, hint = { - enable = true, + enable = false, semicolon = "Disable", }, workspace = { |
