Update lvim, zsh, vscode

This commit is contained in:
Smirnov-O 2021-08-20 19:23:02 +03:00
parent 4c57b36f1b
commit c36863d722
28 changed files with 613 additions and 115 deletions

View file

@ -0,0 +1,22 @@
local M = {}
M.setup = function()
require("package-info").setup {
{
autostart = true,
colors = {
up_to_date = "#3C4048",
outdated = "#6ec0fa",
},
icons = {
enable = true,
style = {
up_to_date = "|  ",
outdated = "|  ",
},
},
},
}
end
return M