diff options
| author | Brahmajit Das <listout@listout.xyz> | 2025-11-18 21:54:20 +0530 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2025-11-18 21:54:20 +0530 |
| commit | 4c16bb4ed32dc894e5e0cf5b55e936b338b2046d (patch) | |
| tree | 77d1adb3da0915c966da815fc82de5258933eb98 | |
| parent | a4ad6cf3fe24614b39b1c81d117fdd21e4030ad4 (diff) | |
Signed-off-by: Brahmajit Das <listout@listout.xyz>
| -rw-r--r-- | plugin/lsp.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/lsp.lua b/plugin/lsp.lua index 7a5c87a..4eec183 100644 --- a/plugin/lsp.lua +++ b/plugin/lsp.lua @@ -60,7 +60,6 @@ vim.diagnostic.config({ } }) -vim.o.updatetime = 250 -- vim.cmd [[autocmd! CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false, scope="cursor"}) -- vim.cmd [[autocmd! CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false})]] vim.cmd [[autocmd! ColorScheme * highlight NormalFloat guibg=#4c4f69]] |
