lazygit to nvim and plugin-git to fish

This commit is contained in:
Anton Volnuhin 2023-05-22 11:38:42 +03:00
parent c4c0e4d6d3
commit 4b8d0c2f94
3 changed files with 9 additions and 1 deletions

View File

@ -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 },

View File

@ -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

View File

@ -10,3 +10,4 @@ gazorby/fish-abbreviation-tips
franciscolourenco/done
nickeb96/puffer-fish
patrickf1/colored_man_pages.fish
jhillyerd/plugin-git