mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/git-worktree: migrate to mkNeovimPlugin
This commit is contained in:
parent
4ae6136d12
commit
c7a600c3f3
3 changed files with 60 additions and 63 deletions
|
@ -12,10 +12,13 @@
|
|||
enable = true;
|
||||
|
||||
enableTelescope = true;
|
||||
changeDirectoryCommand = "tcd";
|
||||
updateOnChange = true;
|
||||
updateOnChangeCommand = "e .";
|
||||
clearJumpsOnChange = true;
|
||||
|
||||
settings = {
|
||||
change_directory_command = "tcd";
|
||||
update_on_change = true;
|
||||
update_on_change_command = "e .";
|
||||
clear_jumps_on_change = true;
|
||||
};
|
||||
};
|
||||
|
||||
plugins.web-devicons.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue