1
Fork 0

Remove eww remains, and fully switch to lazygit

This commit is contained in:
prescientmoon 2024-02-25 05:51:41 +01:00
parent a789b7ca25
commit 497511a4e9
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
8 changed files with 14 additions and 347 deletions
home/features/neovim

View file

@ -375,7 +375,7 @@ let
event = "BufReadPost";
opts.enabled = true;
# TODO: blacklist harpoon, NeogitStatus
# TODO: blacklist harpoon
};
# }}}
# {{{ harpoon
@ -414,24 +414,6 @@ let
];
};
# }}}
# {{{ neogit
neogit = {
package = "TimUntersberger/neogit";
dependencies.lua = [ "plenary" ];
cond = blacklist [ "vscode" "firenvim" ];
cmd = "Neogit"; # We sometimes spawn this directly from fish using a keybind
keys = nmap "<c-g>" "<cmd>Neogit<cr>" "Open neo[g]it";
opts = true; # Here so the tempest runtime will call .setup
config.autocmds = {
event = "FileType";
pattern = "NeogitStatus";
group = "NeogitStatusDisableFolds";
action.vim.opt.foldenable = false;
};
};
# }}}
# {{{ telescope
telescope = {
package = "nvim-telescope/telescope.nvim";