Skip to content

Commit

Permalink
nvim pugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed Jul 5, 2024
1 parent edb4a88 commit c0d0432
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions home-manager/modules/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
trouble-nvim
whitespace-nvim
neo-tree-nvim
dressing-nvim
];

# Automatically require all toplevel lua scripts
Expand Down
7 changes: 7 additions & 0 deletions home-manager/modules/neovim/nvim/lua/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ require('neorg').setup{
},
}
}

require('gitsigns').setup({
current_line_blame = true,
})
-- Fix: https://github.com/LunarVim/darkplus.nvim/pull/25/files
vim.api.nvim_set_hl(0, "GitSignsCurrentLineBlame", {fg = "DarkGrey", bg = 'NONE'})

3 changes: 0 additions & 3 deletions home-manager/modules/neovim/nvim/lua/gitsigns.lua

This file was deleted.

0 comments on commit c0d0432

Please sign in to comment.