fixes
This commit is contained in:
parent
ec3135a937
commit
c144250c75
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
local conform = require("conform")
|
||||
|
||||
local on_attach = function(_, bufnr)
|
||||
local on_attach = function(client, bufnr)
|
||||
if client.config.flags then
|
||||
client.config.flags.debounce_text_changes = 300
|
||||
end
|
||||
|
||||
local opts = { buffer = bufnr, remap = false }
|
||||
|
||||
-- Global mappings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue