enable git-blame.nvim
This commit is contained in:
parent
6210d00d14
commit
137ee0b9d2
1 changed files with 5 additions and 5 deletions
|
@ -12,11 +12,15 @@
|
|||
colorscheme = "dracula";
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
dracula-vim
|
||||
git-blame-nvim
|
||||
];
|
||||
extraPackages = with pkgs; [
|
||||
fd
|
||||
ripgrep
|
||||
];
|
||||
globals = {
|
||||
gitblame_date_format = "%r";
|
||||
};
|
||||
options = {
|
||||
autowrite = true;
|
||||
background = "dark";
|
||||
|
@ -92,11 +96,7 @@
|
|||
cmp-nvim-lsp-signature-help.enable = true;
|
||||
cmp-treesitter.enable = true;
|
||||
cmp_luasnip.enable = true;
|
||||
gitsigns = {
|
||||
enable = true;
|
||||
currentLineBlame = true;
|
||||
currentLineBlameOpts.delay = 100;
|
||||
};
|
||||
gitsigns.enable = true;
|
||||
indent-blankline = {
|
||||
enable = true;
|
||||
showEndOfLine = true;
|
||||
|
|
Loading…
Reference in a new issue