From b34cafd27b8db316334b45e5870db385e5df7956 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Jan 2023 20:58:29 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/LazyVim.txt | 121 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index e69de29b..990bf896 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -0,0 +1,121 @@ +*LazyVim.txt* For Neovim >= 0.8.0 Last change: 2023 January 04 + +============================================================================== +Table of Contents *LazyVim-table-of-contents* + +1. LazyVim |LazyVim-lazyvim| + - Todo |LazyVim-todo| + - File Structure |LazyVim-file-structure| + - Plugins |LazyVim-plugins| + +============================================================================== +1. LazyVim *LazyVim-lazyvim* + +A starter template for Neovim using lazy.nvim + + +
+ +

image

+
+ +TODO *LazyVim-todo* + + +- documentation +- treesitter auto-install seems broken. Switch to `ensure_installed` instead? +- list all plugins in readme +- test all-the-things + + +FILE STRUCTURE *LazyVim-file-structure* + +
+~/.config/nvim
+ lua
+    lazyvim
+        config
+           autocmds.lua
+           keymaps.lua
+           lazy.lua
+           options.lua
+           settings.lua
+        plugins
+           lsp
+              format.lua
+              init.lua
+              keymaps.lua
+              servers.lua
+           coding.lua
+           colorscheme.lua
+           config.lua
+           editor.lua
+           treesitter.lua
+           ui.lua
+           util.lua
+        util.lua
+ init.lua
+ lazy-lock.json
+ LICENSE
+ README.md
+ stylua.toml
+
+ +PLUGINS *LazyVim-plugins* + + +- alpha-nvim +- catppuccin +- cmp-buffer +- cmp-emoji +- cmp-nvim-lsp +- cmp-path +- cmp_luasnip +- dressing.nvim +- flit.nvim +- friendly-snippets +- gitsigns.nvim +- indent-blankline.nvim +- lazy.nvim +- leap.nvim +- lualine.nvim +- LuaSnip +- mason-lspconfig.nvim +- mason.nvim +- mini.ai +- mini.bufremove +- mini.comment +- mini.indentscope +- mini.pairs +- mini.surround +- neo-tree.nvim +- neoconf.nvim +- neodev.nvim +- noice.nvim +- nui.nvim +- null-ls.nvim +- nvim-bufferline.lua +- nvim-cmp +- nvim-lspconfig +- nvim-notify +- nvim-spectre +- nvim-treesitter +- nvim-treesitter-textobjects +- nvim-ts-context-commentstring +- nvim-web-devicons +- persistence.nvim +- plenary.nvim +- telescope.nvim +- todo-comments.nvim +- tokyonight.nvim +- trouble.nvim +- vim-illuminate +- vim-startuptime +- which-key.nvim + + + + +Generated by panvimdoc + +vim:tw=78:ts=8:noet:ft=help:norl: