Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions minimal_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
'https://github.com/folke/lazy.nvim.git',
'--branch=stable',
lazypath,

})
end

vim.opt.rtp:prepend(lazypath)

local plugins = {
{
local plugins ={{
'anurag3301/nvim-platformio.lua',

-- Dependencies are lazy-loaded by default unless specified otherwise.
Expand Down
Loading