new plugins!

This commit is contained in:
wires 2025-03-07 22:39:00 -05:00
parent 2d7567c709
commit 85b29f0528
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM
3 changed files with 20 additions and 0 deletions

12
lua/plugins/fidget.lua Normal file
View file

@ -0,0 +1,12 @@
return {
'j-hui/fidget.nvim',
opts = {
notification = {
override_vim_notify = true,
},
progress = {
poll_rate = 10,
},
},
lazy = false,
}

View file

@ -0,0 +1,4 @@
return {
'tpope/vim-eunuch',
lazy = false,
}

View file

@ -0,0 +1,4 @@
return {
'jessarcher/vim-heritage',
lazy = false,
}