mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
new plugins
This commit is contained in:
parent
854d0c583c
commit
4b1728d916
2 changed files with 13 additions and 1 deletions
|
|
@ -36,5 +36,10 @@ return {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"fei6409/log-highlight.nvim"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,13 @@ return {
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"m4xshen/autoclose.nvim",
|
||||||
|
config = function ()
|
||||||
|
require("autoclose").setup()
|
||||||
|
end
|
||||||
|
},
|
||||||
|
|
||||||
--{
|
--{
|
||||||
-- "nvim-treesitter/nvim-treesitter-context",
|
-- "nvim-treesitter/nvim-treesitter-context",
|
||||||
-- dependencies = { "nvim-treesitter/nvim-treesitter" },
|
-- dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue