diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-04 23:57:35 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-04 23:57:35 +0200 |
| commit | 1e68c74724a9dd2ee0e8780e7bbdc6d261c5415b (patch) | |
| tree | f78979315e59387b217ee8fbb2d88c0872acee23 /.config/nvim/lua/plugins/lsp.lua | |
| parent | 1015ef845d98bb0d55f8c0723f8610f2ca0076f3 (diff) | |
| parent | f58a55717e2d04af5ad0372cb0eb292f4fa61d3c (diff) | |
| download | dotfiles-1e68c74724a9dd2ee0e8780e7bbdc6d261c5415b.tar.gz dotfiles-1e68c74724a9dd2ee0e8780e7bbdc6d261c5415b.zip | |
Merge commit '7f070fbf822823121424b4d2f89c93bfa4e61a31'
Diffstat (limited to '.config/nvim/lua/plugins/lsp.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/lsp.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/lsp.lua b/.config/nvim/lua/plugins/lsp.lua index 900121f..924db87 100644 --- a/.config/nvim/lua/plugins/lsp.lua +++ b/.config/nvim/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,}) |
