From 592074ad802be2462306d3991024f350571dfab2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Feb 2023 09:18:03 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/LazyVim.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index 5c94d71f..ed101a76 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -1,13 +1,13 @@ -*LazyVim.txt* For Neovim >= 0.8.0 Last change: 2023 February 20 +*LazyVim.txt* For Neovim >= 0.8.0 Last change: 2023 February 27 ============================================================================== Table of Contents *LazyVim-table-of-contents* - - Features |LazyVim-nil-features| - - Requirements |LazyVim-nil-requirements| - - Getting Started |LazyVim-nil-getting-started| - - File Structure |LazyVim-nil-file-structure| - - Configuration |LazyVim-nil-configuration| + - Features |LazyVim-features| + - Requirements |LazyVim-requirements| + - Getting Started |LazyVim-getting-started| + - File Structure |LazyVim-file-structure| + - Configuration |LazyVim-configuration| Install · @@ -41,7 +41,7 @@ flexibility to tweak your config as needed, along with the convenience of a pre-configured setup. -FEATURES *LazyVim-nil-features* +FEATURES *LazyVim-features* - Transform your Neovim into a full-fledged IDE @@ -51,7 +51,7 @@ FEATURES *LazyVim-nil-features* - Comes with a wealth of plugins pre-configured and ready to use -REQUIREMENTS *LazyVim-nil-requirements* +REQUIREMENTS *LazyVim-requirements* - Neovim >= **0.8.0** (needs to be built with **LuaJIT**) @@ -59,7 +59,7 @@ REQUIREMENTS *LazyVim-nil-requirements* - a Nerd Font **(optional)** -GETTING STARTED *LazyVim-nil-getting-started* +GETTING STARTED *LazyVim-getting-started* You can find a starter template for **LazyVim** here @@ -104,7 +104,7 @@ There’s a great video created by @elijahmanor -FILE STRUCTURE *LazyVim-nil-file-structure* +FILE STRUCTURE *LazyVim-file-structure* The files under config will be automatically loaded at the appropriate time, so you don’t need to require those files manually. **LazyVim** comes with a set @@ -115,7 +115,7 @@ You can add your custom plugin specs under `lua/plugins/`. All files there will be automatically loaded by lazy.nvim -CONFIGURATION *LazyVim-nil-configuration* +CONFIGURATION *LazyVim-configuration* Refer to the docs