new plugins!
This commit is contained in:
parent
2d7567c709
commit
85b29f0528
3 changed files with 20 additions and 0 deletions
12
lua/plugins/fidget.lua
Normal file
12
lua/plugins/fidget.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'j-hui/fidget.nvim',
|
||||
opts = {
|
||||
notification = {
|
||||
override_vim_notify = true,
|
||||
},
|
||||
progress = {
|
||||
poll_rate = 10,
|
||||
},
|
||||
},
|
||||
lazy = false,
|
||||
}
|
4
lua/plugins/vim-eunuch.lua
Normal file
4
lua/plugins/vim-eunuch.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
'tpope/vim-eunuch',
|
||||
lazy = false,
|
||||
}
|
4
lua/plugins/vim-heritage.lua
Normal file
4
lua/plugins/vim-heritage.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
'jessarcher/vim-heritage',
|
||||
lazy = false,
|
||||
}
|
Loading…
Add table
Reference in a new issue