nvim: add CCC

This commit is contained in:
Léana 江 2024-05-05 19:22:48 +02:00 committed by Léana 江
parent 1eaf178923
commit 757b4d4f76
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@ local plugins = {
"mbbill/undotree", -- Treeview of history
"godlygeek/tabular", -- Vertical alignment
{ "stevearc/oil.nvim", dependencies = "nvim-tree/nvim-web-devicons" }, -- File manager
{ "uga-rosa/ccc.nvim", config = {} },
-- `gc` to comment
{
"numToStr/Comment.nvim",