Compare commits
No commits in common. "7c628f076c79a865307e227b12c527ac3cc53965" and "94c1a20cea9d1a449c2c1737c9c923b220f5e97f" have entirely different histories.
7c628f076c
...
94c1a20cea
|
@ -33,16 +33,6 @@ let
|
|||
};
|
||||
meta.homepage = "https://github.com/Ttibsi/pre-commit.nvim";
|
||||
};
|
||||
vim-flog = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "vim-flog";
|
||||
version = "2023-01-24";
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://github.com/rbong/vim-flog";
|
||||
rev = "baa0206f8d1685d1239d6c10f4b53869eb84c4a0";
|
||||
sha256 = "y9o1b1HXg6jtYXgKya2wPsIETOWCo8qfN8QuRIq9rUI=";
|
||||
};
|
||||
meta.homepage = "https://github.com/rbong/vim-flog/";
|
||||
};
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
@ -85,9 +75,6 @@ in
|
|||
vim-bbye
|
||||
ansible-vim
|
||||
|
||||
# ui
|
||||
dressing-nvim
|
||||
|
||||
# session handling
|
||||
project-nvim
|
||||
auto-session
|
||||
|
@ -108,8 +95,9 @@ in
|
|||
# git
|
||||
gitsigns-nvim
|
||||
vim-fugitive
|
||||
vim-flog
|
||||
gv-vim
|
||||
git-blame-nvim
|
||||
diffview-nvim
|
||||
nvim-web-devicons # used by diffview-nvim
|
||||
|
||||
# snippets
|
||||
|
|
|
@ -17,9 +17,7 @@ nnoremap("<C-PageUp>", ":TablineBufferPrevious<CR>")
|
|||
|
||||
-- fugitive
|
||||
nnoremap("<leader>g", ":0Git<CR>")
|
||||
|
||||
-- vim-flog
|
||||
nnoremap("<leader>G", ":Flog -all -date=relative -open-cmd=new<CR>")
|
||||
nnoremap("<leader>G", ":GV --all<CR>")
|
||||
|
||||
-- telescope
|
||||
local telescope = require("telescope.builtin")
|
||||
|
|
Loading…
Reference in New Issue