Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 482 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 482 Bytes

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.