mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Moved overseer to it's own plugin file
This commit is contained in:
10
nvim/m-housh/lua/user/plugin/overseer.lua
Normal file
10
nvim/m-housh/lua/user/plugin/overseer.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'stevearc/overseer.nvim',
|
||||
dependencies = {
|
||||
'akinsho/toggleterm.nvim',
|
||||
},
|
||||
opts = {
|
||||
strategy = "toggleterm"
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user