mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added git blame line
This commit is contained in:
parent
1d1751c8c6
commit
53d0a495fa
1 changed files with 13 additions and 8 deletions
|
|
@ -36,16 +36,21 @@ return packer.startup(function(use)
|
||||||
-- Lualine
|
-- Lualine
|
||||||
use {'nvim-lualine/lualine.nvim',
|
use {'nvim-lualine/lualine.nvim',
|
||||||
after = 'github-nvim-theme',
|
after = 'github-nvim-theme',
|
||||||
requires = { 'kyazdani42/nvim-web-devicons', opt = true },
|
requires = { 'kyazdani42/nvim-web-devicons', opt = true },
|
||||||
config = function()
|
config = function()
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
theme = 'auto'
|
theme = 'auto'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Git Blame Line
|
||||||
|
use {
|
||||||
|
'tveskag/nvim-blame-line',
|
||||||
|
requires = {'nvim-lua/plenary.nvim'},
|
||||||
|
}
|
||||||
|
|
||||||
-- Git Integration
|
-- Git Integration
|
||||||
use { 'TimUntersberger/neogit',
|
use { 'TimUntersberger/neogit',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue