1
0
Fork 0
dotfiles/home/config/nvim/plugins/fidget.fnl
Daniel Kempkens c712b6dada
All checks were successful
Build / build-arm64-linux (push) Successful in 15m0s
Build / build-amd64-linux (push) Successful in 42m25s
nvim: update config
2023-11-14 21:47:20 +01:00

4 lines
86 B
Fennel

(let [fidget (require :fidget)]
(fidget.setup {})
(set vim.notify fidget.notify))