fix: fixing a lot of issues

This commit is contained in:
2026-02-04 21:36:54 -05:00
parent 1d4bf34902
commit 6e904f8f87
98 changed files with 872 additions and 528 deletions

View File

@@ -1,3 +1,15 @@
-- ============================================================================
-- OVERSEER: Task runner and job management plugin
-- ============================================================================
-- A task runner and job manager for Neovim with support for various build
-- systems, shell commands, and custom task templates. Features include:
-- - Terminal-based task execution with DAP integration
-- - Task list panel with preview and quick actions
-- - Custom templates for npm, Python, Flutter, and Go projects
-- Keymaps: <leader>or (run), <leader>ot (toggle), <leader>oa (action),
-- <leader>oq (quick action), <leader>ob (build), <leader>oc (cmd)
-- ============================================================================
return {
"stevearc/overseer.nvim",
cmd = {