chore(nvim): Remove useless comments

This commit is contained in:
js0ny 2025-04-02 19:32:34 +01:00
parent e8d5568745
commit 4da1667c54
10 changed files with 20 additions and 99 deletions

View file

@ -34,10 +34,7 @@ return {
},
cmd = "Telescope colorscheme",
},
-- { "olimorris/onedarkpro.nvim", cmd = "Telescope colorscheme" },
{ "rebelot/kanagawa.nvim", cmd = "Telescope colorscheme" },
-- -- Highlight objects under the cursor
-- { "RRethy/vim-illuminate" },
{ -- Modern Status Line
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
@ -46,18 +43,6 @@ return {
require("plugins.mod.lualine")
end,
},
-- { -- Highlight yanked text
-- "gbprod/yanky.nvim",
-- event = "LazyFile",
-- opts = {
-- highlight = {
-- on_put = true,
-- on_yank = true,
-- timer = 500,
-- },
-- },
-- },
-- { import = "plugins.mod.alpha-nvim" }, -- Dashboard
{ -- Breadcrumb
"Bekaboo/dropbar.nvim",
dependencies = {
@ -108,19 +93,4 @@ return {
opts = {},
dependencies = { "nvim-lua/plenary.nvim" },
},
-- {
-- "folke/noice.nvim",
-- event = "VeryLazy",
-- opts = {
-- -- add any options here
-- },
-- dependencies = {
-- -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
-- "MunifTanjim/nui.nvim",
-- -- OPTIONAL:
-- -- `nvim-notify` is only needed, if you want to use the notification view.
-- -- If not available, we use `mini` as the fallback
-- "rcarriga/nvim-notify",
-- },
-- },
}