docs: comment all examples
This commit is contained in:
parent
00a0c4d459
commit
e8d9f84e54
@ -6,26 +6,26 @@
|
|||||||
-- * override the configuration of LazyVim plugins
|
-- * override the configuration of LazyVim plugins
|
||||||
return {
|
return {
|
||||||
-- change trouble config
|
-- change trouble config
|
||||||
{
|
-- {
|
||||||
"folke/trouble.nvim",
|
-- "folke/trouble.nvim",
|
||||||
-- config = { use_diagnostic_signs = true },
|
-- config = { use_diagnostic_signs = true },
|
||||||
},
|
-- },
|
||||||
|
|
||||||
-- add symbols-outline
|
-- add symbols-outline
|
||||||
{
|
-- {
|
||||||
"simrat39/symbols-outline.nvim",
|
-- "simrat39/symbols-outline.nvim",
|
||||||
cmd = "SymbolsOutline",
|
-- cmd = "SymbolsOutline",
|
||||||
keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } },
|
-- keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } },
|
||||||
config = true,
|
-- config = true,
|
||||||
},
|
-- },
|
||||||
|
|
||||||
-- add zen-mode
|
-- add zen-mode
|
||||||
{
|
-- {
|
||||||
"folke/zen-mode.nvim",
|
-- "folke/zen-mode.nvim",
|
||||||
cmd = "ZenMode",
|
-- cmd = "ZenMode",
|
||||||
config = true,
|
-- config = true,
|
||||||
keys = { { "<leader>z", "<cmd>ZenMode<cr>", desc = "Zen Mode" } },
|
-- keys = { { "<leader>z", "<cmd>ZenMode<cr>", desc = "Zen Mode" } },
|
||||||
},
|
-- },
|
||||||
|
|
||||||
-- use mini.starter instead of alpha
|
-- use mini.starter instead of alpha
|
||||||
-- { "goolord/alpha-nvim", enabled = false },
|
-- { "goolord/alpha-nvim", enabled = false },
|
||||||
|
Loading…
Reference in New Issue
Block a user