moved stuff around
This commit is contained in:
parent
790db19e2c
commit
d612990dca
2 changed files with 15 additions and 0 deletions
|
@ -37,6 +37,15 @@
|
||||||
desc = "Sort buffer tabs by name";
|
desc = "Sort buffer tabs by name";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
mode = "n";
|
||||||
|
action = "<cmd>LazyGit<cr>";
|
||||||
|
key = "<leader>gg";
|
||||||
|
options = {
|
||||||
|
desc = "Open lazygit";
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins.fzf-lua.keymaps = {
|
plugins.fzf-lua.keymaps = {
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
};
|
};
|
||||||
nil_ls.enable = true;
|
nil_ls.enable = true;
|
||||||
marksman.enable = true;
|
marksman.enable = true;
|
||||||
|
clangd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -96,6 +99,9 @@
|
||||||
which-key = {
|
which-key = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lazygit.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue