adding neovim config, splitting it up
This commit is contained in:
parent
817a08c7e2
commit
b2322f2877
17 changed files with 460 additions and 1 deletions
8
.config/nvim/lua/klowner/plugins/tpope-vim-fugitive.lua
Normal file
8
.config/nvim/lua/klowner/plugins/tpope-vim-fugitive.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"tpope/vim-fugitive",
|
||||
keys = {
|
||||
{ "<Bslash>b", "<CMD>Git blame<CR>", desc = "Show git blame" },
|
||||
{ "<Bslash>l", "<CMD>Git log<CR>", desc = "Show git log" },
|
||||
{ "<Bslash>gs", "<CMD>Git status<CR>", desc = "Show git status"},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue