mirror of
https://github.com/cap153/nvim.git
synced 2025-12-27 03:34:57 +08:00
尝试任务管理工具overseer
This commit is contained in:
parent
d9b2d0ca88
commit
94f6e2b4e8
1 changed files with 9 additions and 0 deletions
9
lua/lazy/plugins/overseer.lua
Normal file
9
lua/lazy/plugins/overseer.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'stevearc/overseer.nvim',
|
||||
opts = {},
|
||||
dependencies = {
|
||||
},
|
||||
config = function()
|
||||
require('overseer').setup()
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue