Moved overseer to it's own plugin file

This commit is contained in:
Michael Housh
2023-09-28 21:22:36 -04:00
parent 0e77478075
commit fcf8c83beb
3 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
return {
'stevearc/overseer.nvim',
dependencies = {
'akinsho/toggleterm.nvim',
},
opts = {
strategy = "toggleterm"
},
}