mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-30 15:44:50 +02:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
6fdb06cd80
commit
ed48958aae
1 changed files with 65 additions and 2 deletions
|
@ -163,6 +163,8 @@ Plugins
|
|||
│<leader>nl │noice.nvim <https://github.com/folke/noice.nvim.git> Noice Last Message │**n**│
|
||||
│<leader>nh │noice.nvim <https://github.com/folke/noice.nvim.git> Noice History │**n**│
|
||||
│<leader>na │noice.nvim <https://github.com/folke/noice.nvim.git> Noice All │**n**│
|
||||
│<c-f> │noice.nvim <https://github.com/folke/noice.nvim.git> Scroll forward │**n**│
|
||||
│<c-b> │noice.nvim <https://github.com/folke/noice.nvim.git> Scroll backward │**n**│
|
||||
│<leader>nd │nvim-notify <https://github.com/rcarriga/nvim-notify.git> Delete all Notifications │**n**│
|
||||
│<leader>sr │nvim-spectre <https://github.com/windwp/nvim-spectre.git> Replace in files (Spectre) │**n**│
|
||||
│<leader>qs │persistence.nvim <https://github.com/folke/persistence.nvim.git> Restore Session │**n**│
|
||||
|
@ -206,11 +208,12 @@ Plugins
|
|||
|
||||
PLUGINS *LazyVim-plugins*
|
||||
|
||||
Core Plugins
|
||||
|
||||
|
||||
- alpha-nvim <https://github.com/goolord/alpha-nvim>
|
||||
- catppuccin <https://github.com/catppuccin/nvim>
|
||||
- cmp-buffer <https://github.com/hrsh7th/cmp-buffer>
|
||||
- cmp-emoji <https://github.com/hrsh7th/cmp-emoji>
|
||||
- cmp-nvim-lsp <https://github.com/hrsh7th/cmp-nvim-lsp>
|
||||
- cmp-path <https://github.com/hrsh7th/cmp-path>
|
||||
- cmp_luasnip <https://github.com/saadparwaiz1/cmp_luasnip>
|
||||
|
@ -220,7 +223,6 @@ PLUGINS *LazyVim-plugins*
|
|||
- gitsigns.nvim <https://github.com/lewis6991/gitsigns.nvim>
|
||||
- indent-blankline.nvim <https://github.com/lukas-reineke/indent-blankline.nvim>
|
||||
- lazy.nvim <https://github.com/folke/lazy.nvim>
|
||||
- LazyVim <https://github.com/LazyVim/LazyVim>
|
||||
- leap.nvim <https://github.com/ggandor/leap.nvim>
|
||||
- lualine.nvim <https://github.com/nvim-lualine/lualine.nvim>
|
||||
- LuaSnip <https://github.com/L3MON4D3/LuaSnip>
|
||||
|
@ -259,6 +261,67 @@ PLUGINS *LazyVim-plugins*
|
|||
- which-key.nvim <https://github.com/folke/which-key.nvim>
|
||||
|
||||
|
||||
Extras: <code>lang.json</code>
|
||||
|
||||
To use this, add it to your **lazy.nvim** imports:
|
||||
|
||||
>lua
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ "folke/LazyVim", import = "lazyvim.plugins" },
|
||||
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||
{ import = "plugins" },
|
||||
},
|
||||
})
|
||||
<
|
||||
|
||||
|
||||
|
||||
- nvim-lspconfig <https://github.com/neovim/nvim-lspconfig>
|
||||
- nvim-treesitter <https://github.com/nvim-treesitter/nvim-treesitter>
|
||||
- schemastore.nvim <https://github.com/b0o/schemastore.nvim>
|
||||
|
||||
|
||||
Extras: <code>lang.typescript</code>
|
||||
|
||||
To use this, add it to your **lazy.nvim** imports:
|
||||
|
||||
>lua
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ "folke/LazyVim", import = "lazyvim.plugins" },
|
||||
{ import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
{ import = "plugins" },
|
||||
},
|
||||
})
|
||||
<
|
||||
|
||||
|
||||
|
||||
- nvim-lspconfig <https://github.com/neovim/nvim-lspconfig>
|
||||
- nvim-treesitter <https://github.com/nvim-treesitter/nvim-treesitter>
|
||||
- typescript.nvim <https://github.com/jose-elias-alvarez/typescript.nvim>
|
||||
|
||||
|
||||
Extras: <code>ui.mini-starter</code>
|
||||
|
||||
To use this, add it to your **lazy.nvim** imports:
|
||||
|
||||
>lua
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ "folke/LazyVim", import = "lazyvim.plugins" },
|
||||
{ import = "lazyvim.plugins.extras.ui.mini-starter" },
|
||||
{ import = "plugins" },
|
||||
},
|
||||
})
|
||||
<
|
||||
|
||||
|
||||
|
||||
- mini.starter <https://github.com/echasnovski/mini.starter>
|
||||
|
||||
|
||||
|
||||
|
||||
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue