update lazyvim repo

pull/41/head
pickleginderick 2023-11-30 11:52:46 +08:00
parent 92b2689e6f
commit 02ce14e75f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
require("lazy").setup({
spec = {
-- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ "ginderick/LazyVim", import = "lazyvim.plugins" },
-- import any extras modules here
-- { import = "lazyvim.plugins.extras.lang.typescript" },
-- { import = "lazyvim.plugins.extras.lang.json" },