Skip to content
Antonio Davide edited this page Feb 28, 2023 · 8 revisions

This wiki is still Work in Progress

                                    _                                 _                   
                    /\             | |                               | |                  
                   /  \     _   _  | |_    ___    _ __ ___     __ _  | |_    ___    _ __  
                  / /\ \   | | | | | __|  / _ \  | '_ ` _ \   / _` | | __|  / _ \  | '_ \ 
                 / ____ \  | |_| | | |_  | (_) | | | | | | | | (_| | | |_  | (_) | | | | |
                /_/    \_\  \__,_|  \__|  \___/  |_| |_| |_|  \__,_|  \__|  \___/  |_| |_|

Automaton provides VSCode-like Workspace, Tasks and Launch configuration for NeoVim.

Installation

Packer

use {
  "Dax89/automaton.nvim",  
  requires = { 
       {"nvim-lua/plenary.nvim"},
       {"nvim-telescope/telescope.nvim"},
       {"mfussenegger/nvim-dap"} , -- Debug support for 'launch' configurations (Optional)
    }
}

Dependencies

Clone this wiki locally