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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue