mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -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,
|
||||
},
|
||||
|
||||
{
|
||||
"fei6409/log-highlight.nvim"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,6 +50,13 @@ return {
|
|||
end
|
||||
},
|
||||
|
||||
{
|
||||
"m4xshen/autoclose.nvim",
|
||||
config = function ()
|
||||
require("autoclose").setup()
|
||||
end
|
||||
},
|
||||
|
||||
--{
|
||||
-- "nvim-treesitter/nvim-treesitter-context",
|
||||
-- dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue