Remove eww remains, and fully switch to lazygit
This commit is contained in:
parent
a789b7ca25
commit
497511a4e9
8 changed files with 14 additions and 347 deletions
home/features/neovim
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue