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 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 }
|
local opts = { buffer = bufnr, remap = false }
|
||||||
|
|
||||||
-- Global mappings.
|
-- Global mappings.
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ require("lazy").setup({
|
||||||
{ "lewis6991/gitsigns.nvim" },
|
{ "lewis6991/gitsigns.nvim" },
|
||||||
{ "tpope/vim-commentary" },
|
{ "tpope/vim-commentary" },
|
||||||
{ "tpope/vim-surround" },
|
{ "tpope/vim-surround" },
|
||||||
|
{ "sphamba/smear-cursor.nvim", opts = {}, },
|
||||||
{
|
{
|
||||||
"folke/snacks.nvim",
|
"folke/snacks.nvim",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue