aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-02-01 23:54:35 +0200
committersrdusr <trevorgray@srdusr.com>2023-02-01 23:54:35 +0200
commitbe198bd99c7f986eb7200d22ed95d271cad9a842 (patch)
tree31225d7fe295bc10855f15089db51a96da9dccc8 /lua
parentb794a3a524567e0597c8565f043f3156720c318b (diff)
downloaddotfiles-be198bd99c7f986eb7200d22ed95d271cad9a842.tar.gz
dotfiles-be198bd99c7f986eb7200d22ed95d271cad9a842.zip
Moved timelenght option to opts.lua
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/lsp.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua
index 900121f..924db87 100644
--- a/lua/plugins/lsp.lua
+++ b/lua/plugins/lsp.lua
@@ -257,7 +257,6 @@ vim.diagnostic.config({
severity_sort = false, -- default to false
})
-vim.o.updatetime = 250
vim.cmd[[
augroup OpenFloat
autocmd CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focusable = false,})