This commit is contained in:
Andre Schaf 2026-04-13 16:11:07 +02:00
parent ec3135a937
commit c144250c75
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -18,6 +18,7 @@ require("lazy").setup({
{ "lewis6991/gitsigns.nvim" },
{ "tpope/vim-commentary" },
{ "tpope/vim-surround" },
{ "sphamba/smear-cursor.nvim", opts = {}, },
{
"folke/snacks.nvim",
priority = 1000,