mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
Start fugitive custom keys
This commit is contained in:
11
nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl
Normal file
11
nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl
Normal file
@@ -0,0 +1,11 @@
|
||||
(module dotfiles.plugin.fugitive
|
||||
{autoload {nvim aniseed.nvim
|
||||
nu aniseed.nvim.util
|
||||
core aniseed.core
|
||||
util dotfiles.util
|
||||
fugitive fugitive
|
||||
}})
|
||||
|
||||
|
||||
(nvim.ex.autocmd :FileType :fugitive :nmap :<leader>gp ":Git pull --rebase<CR>")
|
||||
(nvim.ex.autocmd :FileType :fugitive :nmap :<leader>gP (.. ":Git push origin" (FugitiveHead)))
|
||||
@@ -62,7 +62,7 @@
|
||||
:tpope/vim-classpath {}
|
||||
:tpope/vim-dadbod {}
|
||||
:tpope/vim-dispatch {} ; Conjure support - jack-in with nrepl dependencies
|
||||
:tpope/vim-fugitive {} ; Git
|
||||
:tpope/vim-fugitive {:mod :fugitive} ; Git
|
||||
:tpope/vim-git {} ; Git Commit Message
|
||||
:tpope/vim-pathogen {}
|
||||
:tpope/vim-rails {}
|
||||
|
||||
Reference in New Issue
Block a user