i use arch btw
0
fork

Configure Feed

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

autocmd no longer necessary after fidget update

-3
-3
nvim/.config/nvim/lua/autocmds.lua
··· 3 3 pattern = 'help', 4 4 command = 'nmap <silent> <buffer> q :q<CR>', 5 5 }) 6 - 7 - -- prevent fidget from throwing a fit if you exit it while it's doing shit 8 - vim.api.nvim_create_autocmd('VimLeavePre', { command = [[silent! FidgetClose]] })