diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-01 23:54:35 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-01 23:54:35 +0200 |
| commit | be198bd99c7f986eb7200d22ed95d271cad9a842 (patch) | |
| tree | 31225d7fe295bc10855f15089db51a96da9dccc8 /lua/plugins | |
| parent | b794a3a524567e0597c8565f043f3156720c318b (diff) | |
| download | dotfiles-be198bd99c7f986eb7200d22ed95d271cad9a842.tar.gz dotfiles-be198bd99c7f986eb7200d22ed95d271cad9a842.zip | |
Moved timelenght option to opts.lua
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/lsp.lua | 1 |
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,}) |
