mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-15 20:04:34 +02:00
docs: updated docs
This commit is contained in:
parent
cde90703b3
commit
dc6b0b21f5
1 changed files with 12 additions and 3 deletions
15
README.md
15
README.md
|
@ -11,8 +11,6 @@ A starter template for Neovim using [lazy.nvim](https://github.com/folke/lazy.nv
|
||||||
- [x] list all plugins in readme
|
- [x] list all plugins in readme
|
||||||
- [ ] test all-the-things
|
- [ ] test all-the-things
|
||||||
|
|
||||||
<!-- plugins:start -->
|
|
||||||
|
|
||||||
## File Structure
|
## File Structure
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
@ -20,6 +18,7 @@ A starter template for Neovim using [lazy.nvim](https://github.com/folke/lazy.nv
|
||||||
├── lua
|
├── lua
|
||||||
│ ├── config
|
│ ├── config
|
||||||
│ │ ├── autocmds.lua
|
│ │ ├── autocmds.lua
|
||||||
|
│ │ ├── icons.lua
|
||||||
│ │ ├── keymaps.lua
|
│ │ ├── keymaps.lua
|
||||||
│ │ ├── lazy.lua
|
│ │ ├── lazy.lua
|
||||||
│ │ └── options.lua
|
│ │ └── options.lua
|
||||||
|
@ -34,13 +33,17 @@ A starter template for Neovim using [lazy.nvim](https://github.com/folke/lazy.nv
|
||||||
│ ├── colorscheme.lua
|
│ ├── colorscheme.lua
|
||||||
│ ├── editor.lua
|
│ ├── editor.lua
|
||||||
│ ├── treesitter.lua
|
│ ├── treesitter.lua
|
||||||
│ └── ui.lua
|
│ ├── ui.lua
|
||||||
|
│ └── util.lua
|
||||||
├── init.lua
|
├── init.lua
|
||||||
├── lazy-lock.json
|
├── lazy-lock.json
|
||||||
|
├── LICENSE
|
||||||
├── README.md
|
├── README.md
|
||||||
└── stylua.toml
|
└── stylua.toml
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
<!-- plugins:start -->
|
||||||
|
|
||||||
## Plugins
|
## Plugins
|
||||||
|
|
||||||
- [alpha-nvim](https://github.com/goolord/alpha-nvim)
|
- [alpha-nvim](https://github.com/goolord/alpha-nvim)
|
||||||
|
@ -50,19 +53,23 @@ A starter template for Neovim using [lazy.nvim](https://github.com/folke/lazy.nv
|
||||||
- [cmp-path](https://github.com/hrsh7th/cmp-path)
|
- [cmp-path](https://github.com/hrsh7th/cmp-path)
|
||||||
- [cmp_luasnip](https://github.com/saadparwaiz1/cmp_luasnip)
|
- [cmp_luasnip](https://github.com/saadparwaiz1/cmp_luasnip)
|
||||||
- [dressing.nvim](https://github.com/stevearc/dressing.nvim)
|
- [dressing.nvim](https://github.com/stevearc/dressing.nvim)
|
||||||
|
- [flit.nvim](https://github.com/ggandor/flit.nvim)
|
||||||
- [friendly-snippets](https://github.com/rafamadriz/friendly-snippets)
|
- [friendly-snippets](https://github.com/rafamadriz/friendly-snippets)
|
||||||
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
|
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
|
||||||
- [indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
|
- [indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
|
||||||
- [lazy.nvim](https://github.com/folke/lazy.nvim)
|
- [lazy.nvim](https://github.com/folke/lazy.nvim)
|
||||||
|
- [leap.nvim](https://github.com/ggandor/leap.nvim)
|
||||||
- [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)
|
- [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)
|
||||||
- [LuaSnip](https://github.com/L3MON4D3/LuaSnip)
|
- [LuaSnip](https://github.com/L3MON4D3/LuaSnip)
|
||||||
- [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim)
|
- [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim)
|
||||||
- [mason.nvim](https://github.com/williamboman/mason.nvim)
|
- [mason.nvim](https://github.com/williamboman/mason.nvim)
|
||||||
|
- [mini.bufremove](https://github.com/echasnovski/mini.bufremove)
|
||||||
- [mini.comment](https://github.com/echasnovski/mini.comment)
|
- [mini.comment](https://github.com/echasnovski/mini.comment)
|
||||||
- [mini.pairs](https://github.com/echasnovski/mini.pairs)
|
- [mini.pairs](https://github.com/echasnovski/mini.pairs)
|
||||||
- [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)
|
- [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)
|
||||||
- [neoconf.nvim](https://github.com/folke/neoconf.nvim)
|
- [neoconf.nvim](https://github.com/folke/neoconf.nvim)
|
||||||
- [neodev.nvim](https://github.com/folke/neodev.nvim)
|
- [neodev.nvim](https://github.com/folke/neodev.nvim)
|
||||||
|
- [noice.nvim](https://github.com/folke/noice.nvim)
|
||||||
- [nui.nvim](https://github.com/MunifTanjim/nui.nvim)
|
- [nui.nvim](https://github.com/MunifTanjim/nui.nvim)
|
||||||
- [null-ls.nvim](https://github.com/jose-elias-alvarez/null-ls.nvim)
|
- [null-ls.nvim](https://github.com/jose-elias-alvarez/null-ls.nvim)
|
||||||
- [nvim-bufferline.lua](https://github.com/akinsho/nvim-bufferline.lua)
|
- [nvim-bufferline.lua](https://github.com/akinsho/nvim-bufferline.lua)
|
||||||
|
@ -75,6 +82,8 @@ A starter template for Neovim using [lazy.nvim](https://github.com/folke/lazy.nv
|
||||||
- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)
|
- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)
|
||||||
- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
|
- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
|
||||||
- [tokyonight.nvim](https://github.com/folke/tokyonight.nvim)
|
- [tokyonight.nvim](https://github.com/folke/tokyonight.nvim)
|
||||||
|
- [vim-illuminate](https://github.com/RRethy/vim-illuminate)
|
||||||
|
- [vim-startuptime](https://github.com/dstein64/vim-startuptime)
|
||||||
- [which-key.nvim](https://github.com/folke/which-key.nvim)
|
- [which-key.nvim](https://github.com/folke/which-key.nvim)
|
||||||
|
|
||||||
<!-- plugins:end -->
|
<!-- plugins:end -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue