From 8dba1f8dbc2ced8242d889a2cf281c187e65e704 Mon Sep 17 00:00:00 2001 From: Alexandre Ignjatovic Date: Thu, 20 Jun 2024 10:38:29 +0200 Subject: [PATCH] Add platformio plugin --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 7b9aa126..16ec62ad 100644 --- a/init.lua +++ b/init.lua @@ -239,6 +239,8 @@ require('lazy').setup({ 'tpope/vim-fugitive', -- Support for :Git command 'tpope/vim-surround', -- Support for :Git command + 'normen/vim-pio', -- Support for PlatformIO (embedded development) + -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following -- keys can be used to configure plugin behavior/loading/etc.