fix(nvim): overseer UI

This commit is contained in:
Kyren223
2024-08-04 15:02:58 +03:00
parent 2063f3a0c5
commit d296700cb3

View File

@@ -1,5 +1,7 @@
return {
'stevearc/overseer.nvim',
-- NOTE: without telescope the UI is not custom, so making sure telescope is loaded first
dependencies = { 'nvim-telescope/telescope.nvim' },
event = 'VeryLazy',
keys = {
{ '<leader>or', '<cmd>OverseerRun<cr>', desc = '[O]verseer [R]un' },