lazygit to nvim and plugin-git to fish
This commit is contained in:
parent
c4c0e4d6d3
commit
4b8d0c2f94
@ -41,6 +41,13 @@ require("lazy").setup({
|
||||
{ "echasnovski/mini.nvim", version = "*" },
|
||||
{ "mg979/vim-visual-multi", branch = "master" },
|
||||
{ "ethanholz/nvim-lastplace" },
|
||||
{
|
||||
"kdheepak/lazygit.nvim",
|
||||
-- optional for floating window border decoration
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
},
|
||||
{ "rmagatti/auto-session" },
|
||||
{ "codota/tabnine-nvim", build = "./dl_binaries.sh" },
|
||||
{ "akinsho/toggleterm.nvim", version = "*", config = true },
|
||||
|
@ -25,7 +25,7 @@ end
|
||||
alias b "bat -p --pager=never"
|
||||
alias l "ls -la"
|
||||
alias lll "ls -latr"
|
||||
|
||||
alias lg "lazygit"
|
||||
abbr lsn littlesnitch
|
||||
|
||||
function sss
|
||||
|
@ -10,3 +10,4 @@ gazorby/fish-abbreviation-tips
|
||||
franciscolourenco/done
|
||||
nickeb96/puffer-fish
|
||||
patrickf1/colored_man_pages.fish
|
||||
jhillyerd/plugin-git
|
||||
|
Loading…
Reference in New Issue
Block a user