Skip to content

CsiPA0723/task-runner.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Runner.nvim

used in config

Setup

Lazy.nvim

{
  'CsiPA0723/task-runner.nvim',
  dependencies = { 
    -- Available providers --
    'folke/snacks.nvim', -- (Default)
    -- 'nvim-telescope/telescope.nvim',
    -- 'ibhagwan/fzf-lua',
    -- 'nvim-mini/mini.pick',
  },
  cmd = 'Tasks'
  ---@module 'TaskRunner'
  ---@type TaskRunner.config
  opts = {},
}

Progress

  • Command framework
  • Picker framework
  • Picker providers implemented
  • Local folder tasks
  • VSCode tasks integration

Acknowledgements

License

This plugin is licensed under the MIT License. See the LICENSE file for more details.