mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Add lvim config and nvim
This commit is contained in:
parent
0b1ace53f2
commit
d1af9278c5
19 changed files with 303 additions and 26 deletions
14
config/lvim/lua/u/package-info.lua
Normal file
14
config/lvim/lua/u/package-info.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
local M = {}
|
||||
|
||||
M.config = 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