more misc packages
This commit is contained in:
parent
844127d30f
commit
7ca12a38ae
7 changed files with 53 additions and 39 deletions
|
|
@ -1,6 +1,3 @@
|
|||
---@type string|nil
|
||||
local prev_gitsigns_signcol = nil
|
||||
|
||||
return {
|
||||
{
|
||||
'tpope/vim-fugitive',
|
||||
|
|
@ -9,9 +6,10 @@ return {
|
|||
{
|
||||
dir = '~/dev/diffs.nvim',
|
||||
'barrettruth/diffs.nvim',
|
||||
enabled = true,
|
||||
init = function()
|
||||
vim.g.diffs = {
|
||||
debug = false,
|
||||
debug = true,
|
||||
hide_prefix = true,
|
||||
highlights = {
|
||||
vim = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue