stuff
This commit is contained in:
@@ -216,6 +216,12 @@
|
||||
action = ":DiffviewClose<CR>";
|
||||
options.desc = "Close diffview";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>vR";
|
||||
action = ":DiffviewOpen origin/main...HEAD --imply-local<CR>";
|
||||
options.desc = "Review bookmark";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>vs";
|
||||
|
||||
@@ -120,6 +120,11 @@ in {
|
||||
port = 18822,
|
||||
auto_kill = false,
|
||||
},
|
||||
input = {
|
||||
text = {
|
||||
wrap = true,
|
||||
},
|
||||
},
|
||||
ui = {
|
||||
icons = {
|
||||
preset = 'nerdfonts',
|
||||
|
||||
Reference in New Issue
Block a user