add(nvim): color-picker

This commit is contained in:
Léana 江 2023-11-19 12:38:54 +01:00 committed by Léana 江
parent 66efc4acca
commit d18c31e58c
4 changed files with 21 additions and 0 deletions

View file

@ -27,6 +27,7 @@ require "lazy".setup {
"windwp/nvim-autopairs", -- Pair symbols
"mbbill/undotree", -- Treeview of history
"godlygeek/tabular", -- Vertical alignment
"ziontee113/color-picker.nvim", -- Color picker
-- `gc` to comment
{ "numToStr/Comment.nvim", opts = {} },
-- Jump anywhere