Update lvim

This commit is contained in:
Smirnov-O 2021-09-12 23:27:06 +03:00
parent d1af9278c5
commit 0b99d6c75c
9 changed files with 25 additions and 38 deletions

View file

@ -1,14 +0,0 @@
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

View file

@ -0,0 +1,7 @@
local M = {}
M.setup = function ()
vim.g.dap_virtual_text = true
end
return M