From d1e8e26f31d5e8357aa5f35c2003db6bd9e74b09 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 14 May 2023 12:31:50 -0500 Subject: nvim: remove option which has become the default --- nvim/.config/nvim/lua/lsp_config.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nvim/.config/nvim/lua/lsp_config.lua b/nvim/.config/nvim/lua/lsp_config.lua index 804d7dc..d5fcf14 100644 --- a/nvim/.config/nvim/lua/lsp_config.lua +++ b/nvim/.config/nvim/lua/lsp_config.lua @@ -61,10 +61,6 @@ for _, lsp in pairs(servers) do lspconfig[lsp].setup({ on_attach = on_attach, capabilities = capabilities, - flags = { - -- This will be the default in neovim 0.7+ - debounce_text_changes = 150, - } }) end -- cgit v1.2.3