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
|
||||
use {'nvim-lualine/lualine.nvim',
|
||||
after = 'github-nvim-theme',
|
||||
requires = { 'kyazdani42/nvim-web-devicons', opt = true },
|
||||
config = function()
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
theme = 'auto'
|
||||
}
|
||||
}
|
||||
end
|
||||
requires = { 'kyazdani42/nvim-web-devicons', opt = true },
|
||||
config = function()
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
theme = 'auto'
|
||||
}
|
||||
}
|
||||
end
|
||||
}
|
||||
|
||||
-- Git Blame Line
|
||||
use {
|
||||
'tveskag/nvim-blame-line',
|
||||
requires = {'nvim-lua/plenary.nvim'},
|
||||
}
|
||||
|
||||
-- Git Integration
|
||||
use { 'TimUntersberger/neogit',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue