Merge branch 'master' of github.com:tsivinsky/dotfiles
This commit is contained in:
@@ -160,6 +160,8 @@ require("packer").startup(function(use)
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
use({ "wakatime/vim-wakatime" })
|
||||||
|
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -73,6 +73,10 @@ local location = {
|
|||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
local diff = {
|
||||||
|
"diff",
|
||||||
|
}
|
||||||
|
|
||||||
local tabs = {
|
local tabs = {
|
||||||
"tabs",
|
"tabs",
|
||||||
mode = 1,
|
mode = 1,
|
||||||
@@ -100,7 +104,7 @@ lualine.setup({
|
|||||||
lualine_a = { mode },
|
lualine_a = { mode },
|
||||||
lualine_b = { branch },
|
lualine_b = { branch },
|
||||||
lualine_c = { diagnostics },
|
lualine_c = { diagnostics },
|
||||||
lualine_x = { npm, location, tabstop, fileformat },
|
lualine_x = { npm, diff, location, tabstop, fileformat },
|
||||||
lualine_y = { filename },
|
lualine_y = { filename },
|
||||||
lualine_z = {},
|
lualine_z = {},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user