feat: Use ra-multiplex for vim && use delta for git

This commit is contained in:
Uttarayan Mondal
2024-05-13 13:02:44 +05:30
parent 589ea01c0c
commit 9520540c34
3 changed files with 29 additions and 15 deletions

View File

@@ -121,20 +121,20 @@ in rec {
telescope = {
enable = true;
settings = {
defaults = {
layout_strategy = "vertical";
layout_config = {
preview_height = 0.8;
vertical = {
size = {
width = "99%";
height = "99%";
};
};
};
};
};
# settings = {
# defaults = {
# layout_strategy = "vertical";
# layout_config = {
# preview_height = 0.8;
# vertical = {
# size = {
# width = "99%";
# height = "99%";
# };
# };
# };
# };
# };
extensions = {
undo.enable = true;
ui-select.enable = true;
@@ -195,6 +195,15 @@ in rec {
})
end
'';
cmd =
/*
lua
*/
''
function()
return { '${pkgs.ra-multiplex}/bin/ra-multiplex', 'client' }
end
'';
};
dap = {
autoloadConfigurations = false;