mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update lvim, zsh, vscode
This commit is contained in:
parent
4c57b36f1b
commit
c36863d722
28 changed files with 613 additions and 115 deletions
22
config/lvim/lua/user/package-info.lua
Normal file
22
config/lvim/lua/user/package-info.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue