Add platformio plugin

This commit is contained in:
Alexandre Ignjatovic 2024-06-20 10:38:29 +02:00
parent 17cceefe03
commit 8dba1f8dbc
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ require('lazy').setup({
'tpope/vim-fugitive', -- Support for :Git command 'tpope/vim-fugitive', -- Support for :Git command
'tpope/vim-surround', -- 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, -- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following -- with the first argument being the link and the following
-- keys can be used to configure plugin behavior/loading/etc. -- keys can be used to configure plugin behavior/loading/etc.