this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: overwrite lazygit command with my theme

+6
+6
vim/astronvim/init.lua
··· 121 121 ':exe "!gbrowse " . fnamemodify(expand("%"), ":~:.")<CR>', 122 122 desc = "Open in github / gitlab", 123 123 }, 124 + ["<leader>gg"] = { 125 + function() 126 + astronvim.toggle_term_cmd("lazygit -ucf '/Users/sethetter/Library/Application Support/lazygit/nvim.yml'") 127 + end, 128 + desc = "Open lazygit", 129 + }, 124 130 }, 125 131 }, 126 132