mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-14 02:43:06 +01:00
moaaaaar plugiiinsssss
This commit is contained in:
54
home.nix
54
home.nix
@@ -193,7 +193,7 @@ in {
|
||||
}
|
||||
|
||||
{
|
||||
key = "<leader>cc";
|
||||
key = "<leader>cp";
|
||||
action = ":CopilotChatToggle<cr>";
|
||||
mode = [ "n" ];
|
||||
}
|
||||
@@ -221,6 +221,42 @@ in {
|
||||
action = ":Fugit2Diff<cr>";
|
||||
mode = [ "n" ];
|
||||
}
|
||||
|
||||
{
|
||||
key = "<leader>cdb";
|
||||
action = ":DBUIToggle<cr>";
|
||||
mode = [ "n" ];
|
||||
}
|
||||
|
||||
{
|
||||
key = "<leader>cc";
|
||||
action = ":CompilerOpen<cr>";
|
||||
mode = [ "n" ];
|
||||
options = {
|
||||
noremap = true;
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
key = "<leader>cC";
|
||||
action = ":CompilerStop<cr>:CompilerRedo<cr>";
|
||||
mode = [ "n" ];
|
||||
options = {
|
||||
noremap = true;
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
key = "<leader>ch";
|
||||
action = ":CompilerToggleResults<cr>";
|
||||
mode = [ "n" ];
|
||||
options = {
|
||||
noremap = true;
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
colorschemes.dracula = {
|
||||
@@ -636,14 +672,14 @@ in {
|
||||
|
||||
telekasten.enable = true;
|
||||
|
||||
# fzf-lua.enable = true;
|
||||
#
|
||||
# overseer = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# strategy = "toggleterm";
|
||||
# };
|
||||
# };
|
||||
fzf-lua.enable = true;
|
||||
|
||||
overseer = { # depended on by compiler.nvim
|
||||
enable = true;
|
||||
settings = {
|
||||
strategy = "toggleterm";
|
||||
};
|
||||
};
|
||||
|
||||
fidget = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user