Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Dec 30, 2024
1 parent 817602e commit 269f3ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions home-manager/programs/neovim/plugins/ddu/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@
version = sources.vim-ddu-source-help.date;
src = sources.vim-ddu-source-help.src;
};
# ddu-source-highlight = vimUtils.buildVimPlugin {
# pname = sources.vim-ddu-source-highlight.pname;
# version = sources.vim-ddu-source-highlight.date;
# src = sources.vim-ddu-source-highlight.src;
# };
ddu-source-highlight = vimUtils.buildVimPlugin {
pname = sources.vim-ddu-source-highlight.pname;
version = sources.vim-ddu-source-highlight.date;
src = sources.vim-ddu-source-highlight.src;
};
ddu-column-icon_filename = vimUtils.buildVimPlugin {
pname = sources.vim-ddu-column-icon_filename.pname;
version = sources.vim-ddu-column-icon_filename.date;
Expand Down
8 changes: 4 additions & 4 deletions nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ src.git = "https://github.com/matsui54/ddu-source-help"
src.branch = "main"
fetch.github = "matsui54/ddu-source-help"

# [vim-ddu-source-highlight]
# src.git = "https://github.com/matsui54/ddu-source-highlight"
# src.branch = "main"
# fetch.github = "matsui54/ddu-source-highlight"
[vim-ddu-source-highlight]
src.git = "https://github.com/matsui54/ddu-source-highlight"
src.branch = "main"
fetch.github = "matsui54/ddu-source-highlight"

[vim-ddu-column-icon_filename]
src.git = "https://github.com/ryota2357/ddu-column-icon_filename"
Expand Down

0 comments on commit 269f3ad

Please sign in to comment.