-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Antonio Davide edited this page Feb 28, 2023
·
8 revisions
_ _
/\ | | | |
/ \ _ _ | |_ ___ _ __ ___ __ _ | |_ ___ _ __
/ /\ \ | | | | | __| / _ \ | '_ ` _ \ / _` | | __| / _ \ | '_ \
/ ____ \ | |_| | | |_ | (_) | | | | | | | | (_| | | |_ | (_) | | | | |
/_/ \_\ \__,_| \__| \___/ |_| |_| |_| \__,_| \__| \___/ |_| |_|
Automaton provides VSCode-like Workspace, Tasks and Launch configuration for NeoVim.
use {
"Dax89/automaton.nvim",
requires = {
{"nvim-lua/plenary.nvim"},
{"nvim-telescope/telescope.nvim"},
{"mfussenegger/nvim-dap"} , -- Debug support for 'launch' configurations (Optional)
}
}