add: update config

This commit is contained in:
asep.komarudin 2024-04-19 18:36:56 +07:00
parent e2a3cf864b
commit 68795d84bf
3 changed files with 29 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"LuaSnip": { "branch": "master", "commit": "03c8e67eb7293c404845b3982db895d59c0d1538" }, "LuaSnip": { "branch": "master", "commit": "03c8e67eb7293c404845b3982db895d59c0d1538" },
"alpha-nvim": { "branch": "main", "commit": "41283fb402713fc8b327e60907f74e46166f4cfd" }, "alpha-nvim": { "branch": "main", "commit": "41283fb402713fc8b327e60907f74e46166f4cfd" },
"bufdelete.nvim": { "branch": "master", "commit": "f6bcea78afb3060b198125256f897040538bcb81" }, "bufdelete.nvim": { "branch": "master", "commit": "f6bcea78afb3060b198125256f897040538bcb81" },
"bufferline.nvim": { "branch": "main", "commit": "64e2c5def50dfd6b6f14d96a45fa3d815a4a1eef" }, "bufferline.nvim": { "branch": "main", "commit": "f4b4b980ce88d546aeb69d11463187c8f716a1a1" },
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" }, "cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
"cmp-cmdline": { "branch": "main", "commit": "d250c63aa13ead745e3a40f61fdd3470efde3923" }, "cmp-cmdline": { "branch": "main", "commit": "d250c63aa13ead745e3a40f61fdd3470efde3923" },
"cmp-nvim-lsp": { "branch": "main", "commit": "5af77f54de1b16c34b23cba810150689a3a90312" }, "cmp-nvim-lsp": { "branch": "main", "commit": "5af77f54de1b16c34b23cba810150689a3a90312" },

View file

@ -0,0 +1,24 @@
return {
-- {
-- "NvChad/nvim-colorizer.lua",
-- opts = {
-- user_default_options = {
-- tailwind = true,
-- },
-- },
-- },
-- {
-- "hrsh7th/nvim-cmp",
-- dependencies = {
-- { "roobert/tailwindcss-colorizer-cmp.nvim", config = true },
-- },
-- opts = function(_, opts)
-- -- original kind icon formatter
-- local format_kinds = opts.formatting.format
-- opts.formatting.format = function(entry, item)
-- format_kinds(entry, item) -- add icons
-- return require("tailwindcss-colorizer-cmp").formatter(entry, item)
-- end
-- end,
-- },
}

View file

@ -86,6 +86,10 @@ return {
ChevronShortLeft = "", ChevronShortLeft = "",
ChevronShortRight = "", ChevronShortRight = "",
ChevronShortUp = "", ChevronShortUp = "",
ChevronShortDown2 = "",
ChevronShortLeft2 = "",
ChevronShortRight2 = "",
ChevronShortUp2 = "",
Circle = "", Circle = "",
Close = "󰅖", Close = "󰅖",
CloudDownload = "", CloudDownload = "",