From 816ff4b50a2a1c6f92874682ca80ccc834c443a5 Mon Sep 17 00:00:00 2001 From: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com> Date: Sat, 29 Mar 2025 00:58:49 +0200 Subject: [PATCH] docs(example): remove `import` entries as they confuse new users --- lua/plugins/example.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index 17f53d6..ea35fdd 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -111,10 +111,6 @@ return { }, }, - -- for typescript, LazyVim also includes extra specs to properly setup lspconfig, - -- treesitter, mason and typescript.nvim. So instead of the above, you can use: - { import = "lazyvim.plugins.extras.lang.typescript" }, - -- add more treesitter parsers { "nvim-treesitter/nvim-treesitter", @@ -176,12 +172,6 @@ return { end, }, - -- use mini.starter instead of alpha - { import = "lazyvim.plugins.extras.ui.mini-starter" }, - - -- add jsonls and schemastore packages, and setup treesitter for json, json5 and jsonc - { import = "lazyvim.plugins.extras.lang.json" }, - -- add any tools you want to have installed below { "williamboman/mason.nvim",