Trim lvim plugins
This commit is contained in:
parent
b3c3e486b8
commit
23fcc7668f
1 changed files with 0 additions and 11 deletions
|
@ -7,16 +7,6 @@ lvim.transparent_window = true
|
||||||
lvim.plugins = {
|
lvim.plugins = {
|
||||||
{ "catppuccin/nvim" },
|
{ "catppuccin/nvim" },
|
||||||
{ "gpanders/editorconfig.nvim" },
|
{ "gpanders/editorconfig.nvim" },
|
||||||
{
|
|
||||||
'wfxr/minimap.vim',
|
|
||||||
build = "cargo install --locked code-minimap",
|
|
||||||
cmd = { "Minimap", "MinimapClose", "MinimapToggle", "MinimapRefresh", "MinimapUpdateHighlight" },
|
|
||||||
config = function()
|
|
||||||
vim.cmd("let g:minimap_width = 10")
|
|
||||||
vim.cmd("let g:minimap_auto_start = 1")
|
|
||||||
vim.cmd("let g:minimap_auto_start_win_enter = 1")
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"windwp/nvim-ts-autotag",
|
"windwp/nvim-ts-autotag",
|
||||||
config = function()
|
config = function()
|
||||||
|
@ -57,7 +47,6 @@ lvim.plugins = {
|
||||||
require("todo-comments").setup()
|
require("todo-comments").setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ "ms-jpq/chadtree" },
|
|
||||||
{ "f-person/git-blame.nvim" },
|
{ "f-person/git-blame.nvim" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue