Compare commits

..

No commits in common. "7c628f076c79a865307e227b12c527ac3cc53965" and "94c1a20cea9d1a449c2c1737c9c923b220f5e97f" have entirely different histories.

2 changed files with 3 additions and 17 deletions

View File

@ -33,16 +33,6 @@ let
}; };
meta.homepage = "https://github.com/Ttibsi/pre-commit.nvim"; 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 in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
@ -85,9 +75,6 @@ in
vim-bbye vim-bbye
ansible-vim ansible-vim
# ui
dressing-nvim
# session handling # session handling
project-nvim project-nvim
auto-session auto-session
@ -108,8 +95,9 @@ in
# git # git
gitsigns-nvim gitsigns-nvim
vim-fugitive vim-fugitive
vim-flog gv-vim
git-blame-nvim git-blame-nvim
diffview-nvim
nvim-web-devicons # used by diffview-nvim nvim-web-devicons # used by diffview-nvim
# snippets # snippets

View File

@ -17,9 +17,7 @@ nnoremap("<C-PageUp>", ":TablineBufferPrevious<CR>")
-- fugitive -- fugitive
nnoremap("<leader>g", ":0Git<CR>") nnoremap("<leader>g", ":0Git<CR>")
nnoremap("<leader>G", ":GV --all<CR>")
-- vim-flog
nnoremap("<leader>G", ":Flog -all -date=relative -open-cmd=new<CR>")
-- telescope -- telescope
local telescope = require("telescope.builtin") local telescope = require("telescope.builtin")