nixos/config/nvim/lua/lsp/flags.lua
2023-02-20 11:45:08 +00:00

6 lines
112 B
Lua

local lsp_flags = {
-- This is the default in Nvim 0.7+
debounce_text_changes = 150,
}
return lsp_flags