Skip to content

CsiPA0723/task-runner.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Runner.nvim

Setup

Lazy.nvim

{
  'CsiPA0723/task-runner.nvim',
    dependencies = {
    'nvim-lua/plenary.nvim',
    'nvim-telescope/telescope.nvim',
    'j-hui/fidget.nvim',
  },
  lazy = true,
  cmd = { 'Tasks' },
  opts = {},
}

Acknowledgements

Lots of inspirations from miroshQa/rittli.nvim

License

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