Merge branch 'master' of github.com:tsivinsky/dotfiles

This commit is contained in:
2022-05-25 21:47:29 +03:00
2 changed files with 7 additions and 1 deletions

View File

@@ -160,6 +160,8 @@ require("packer").startup(function(use)
end,
})
use({ "wakatime/vim-wakatime" })
if PACKER_BOOTSTRAP then
require("packer").sync()
end

View File

@@ -73,6 +73,10 @@ local location = {
end,
}
local diff = {
"diff",
}
local tabs = {
"tabs",
mode = 1,
@@ -100,7 +104,7 @@ lualine.setup({
lualine_a = { mode },
lualine_b = { branch },
lualine_c = { diagnostics },
lualine_x = { npm, location, tabstop, fileformat },
lualine_x = { npm, diff, location, tabstop, fileformat },
lualine_y = { filename },
lualine_z = {},
},