add git-blame
This commit is contained in:
parent
3d4e55abf1
commit
4bb6f0d14a
@ -19,6 +19,9 @@ local function usePlugins(use, use_rocks)
|
|||||||
config=[[require('nvim-dap-virtual-text')]]
|
config=[[require('nvim-dap-virtual-text')]]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Git blame
|
||||||
|
use { 'f-person/git-blame.nvim', config=[[require("config.gitblame")]] }
|
||||||
|
|
||||||
-- Seemless pane switching betwen tmux and vim
|
-- Seemless pane switching betwen tmux and vim
|
||||||
use 'christoomey/vim-tmux-navigator'
|
use 'christoomey/vim-tmux-navigator'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user