this repo has no description
0
fork

Configure Feed

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

nvim: goyo disables gitsigns on enter

+7
+7
vim/astronvim/init.lua
··· 174 174 vim.keymap.set("n", "<leader>w/", ":vsp<CR>") 175 175 vim.keymap.set("n", "<leader>w?", ":sp<CR>") 176 176 177 + vim.keymap.set("n", "<leader>gg", function() 178 + astronvim.toggle_term_cmd("lazygit -ucf '/Users/sethetter/Library/Application Support/lazygit/config.yml'") 179 + end) 180 + 177 181 -- Set autocommands 178 182 vim.api.nvim_create_augroup("packer_conf", { clear = true }) 179 183 vim.api.nvim_create_autocmd("BufWritePost", { ··· 184 188 }) 185 189 186 190 vim.cmd('autocmd FileType markdown set wrap linebreak nolist') 191 + 192 + vim.cmd('autocmd User GoyoEnter :Gitsigns toggle_signs') 193 + vim.cmd('autocmd User GoyoLeave :Gitsigns toggle_signs') 187 194 188 195 -- Set up custom filetypes 189 196 vim.filetype.add {