docs: comment all examples

This commit is contained in:
Folke Lemaitre 2023-01-07 11:31:55 +01:00
parent 00a0c4d459
commit e8d9f84e54
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 16 additions and 16 deletions

View File

@ -6,26 +6,26 @@
-- * override the configuration of LazyVim plugins
return {
-- change trouble config
{
"folke/trouble.nvim",
-- config = { use_diagnostic_signs = true },
},
-- {
-- "folke/trouble.nvim",
-- config = { use_diagnostic_signs = true },
-- },
-- add symbols-outline
{
"simrat39/symbols-outline.nvim",
cmd = "SymbolsOutline",
keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } },
config = true,
},
-- {
-- "simrat39/symbols-outline.nvim",
-- cmd = "SymbolsOutline",
-- keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } },
-- config = true,
-- },
-- add zen-mode
{
"folke/zen-mode.nvim",
cmd = "ZenMode",
config = true,
keys = { { "<leader>z", "<cmd>ZenMode<cr>", desc = "Zen Mode" } },
},
-- {
-- "folke/zen-mode.nvim",
-- cmd = "ZenMode",
-- config = true,
-- keys = { { "<leader>z", "<cmd>ZenMode<cr>", desc = "Zen Mode" } },
-- },
-- use mini.starter instead of alpha
-- { "goolord/alpha-nvim", enabled = false },