From 709b8593c492c90117b4e60800f402eaa22bea71 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 5 Nov 2024 06:03:28 -0500 Subject: [PATCH] feat: integrate additional VSCode functionality --- lua/config/lazy.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 61f738c..7445c15 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -24,6 +24,9 @@ local plugin_specs = { "LazyVim/LazyVim", -- LazyVim import = "lazyvim.plugins", -- LazyVim Core Plugins }, + { -- VSCode + import = "lazyvim.plugins.extras.vscode", + }, { import = "plugins" }, -- General Plugins }