From 62041e0897d2ac88715e6a5a320eaf8521ffd5d8 Mon Sep 17 00:00:00 2001 From: veypi Date: Tue, 29 Jul 2025 21:08:53 +0800 Subject: [PATCH] update --- init.lua | 5 ++++- lazyvim.json | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 27b757f..ba63ec0 100644 --- a/init.lua +++ b/init.lua @@ -1,7 +1,10 @@ -- bootstrap lazy.nvim, LazyVim and your plugins +require("config.lazy") + vim.g.user = "veypi" vim.g.email = "i@veypi.com" vim.g.license = "MIT" vim.g.templates_directory = "~/.config/nvim/templates" -require("config.lazy") +vim.opt.wrap = true +vim.opt.linebreak = true diff --git a/lazyvim.json b/lazyvim.json index 82551af..4d4655a 100644 --- a/lazyvim.json +++ b/lazyvim.json @@ -2,7 +2,8 @@ "extras": [ "lazyvim.plugins.extras.ai.copilot", "lazyvim.plugins.extras.lang.json", - "lazyvim.plugins.extras.lang.markdown" + "lazyvim.plugins.extras.lang.markdown", + "lazyvim.plugins.extras.lang.tailwind" ], "install_version": 8, "news": {