mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
docs: added plugins list
This commit is contained in:
parent
fbd502221d
commit
8611afbdc4
2 changed files with 44 additions and 3 deletions
40
README.md
40
README.md
|
|
@ -10,3 +10,43 @@ A starter template for Neovim using [lazy.nvim](https://github.com/folke/lazy.nv
|
||||||
- [ ] treesitter auto-install seems broken. Switch to `ensure_installed` instead?
|
- [ ] treesitter auto-install seems broken. Switch to `ensure_installed` instead?
|
||||||
- [ ] list all plugins in readme
|
- [ ] list all plugins in readme
|
||||||
- [ ] test all-the-things
|
- [ ] test all-the-things
|
||||||
|
|
||||||
|
<!-- plugins:start -->
|
||||||
|
|
||||||
|
## Plugins
|
||||||
|
|
||||||
|
- [LuaSnip](https://github.com/L3MON4D3/LuaSnip)
|
||||||
|
- [alpha-nvim](https://github.com/goolord/alpha-nvim)
|
||||||
|
- [catppuccin](https://github.com/catppuccin/nvim)
|
||||||
|
- [cmp-buffer](https://github.com/hrsh7th/cmp-buffer)
|
||||||
|
- [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)
|
||||||
|
- [dressing.nvim](https://github.com/stevearc/dressing.nvim)
|
||||||
|
- [friendly-snippets](https://github.com/rafamadriz/friendly-snippets)
|
||||||
|
- [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)
|
||||||
|
- [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)
|
||||||
|
- [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim)
|
||||||
|
- [mason.nvim](https://github.com/williamboman/mason.nvim)
|
||||||
|
- [mini.comment](https://github.com/echasnovski/mini.comment)
|
||||||
|
- [mini.pairs](https://github.com/echasnovski/mini.pairs)
|
||||||
|
- [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)
|
||||||
|
- [neoconf.nvim](https://github.com/folke/neoconf.nvim)
|
||||||
|
- [neodev.nvim](https://github.com/folke/neodev.nvim)
|
||||||
|
- [nui.nvim](https://github.com/MunifTanjim/nui.nvim)
|
||||||
|
- [null-ls.nvim](https://github.com/jose-elias-alvarez/null-ls.nvim)
|
||||||
|
- [nvim-bufferline.lua](https://github.com/akinsho/nvim-bufferline.lua)
|
||||||
|
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
|
||||||
|
- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
|
||||||
|
- [nvim-notify](https://github.com/rcarriga/nvim-notify)
|
||||||
|
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
||||||
|
- [nvim-ts-context-commentstring](https://github.com/JoosepAlviste/nvim-ts-context-commentstring)
|
||||||
|
- [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)
|
||||||
|
- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)
|
||||||
|
- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
|
||||||
|
- [tokyonight.nvim](https://github.com/folke/tokyonight.nvim)
|
||||||
|
- [which-key.nvim](https://github.com/folke/which-key.nvim)
|
||||||
|
|
||||||
|
<!-- plugins:end -->
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,9 @@
|
||||||
"friendly-snippets": { "branch": "main", "commit": "1a6a02350568d6830bcfa167c72f9b6e75e454ae" },
|
"friendly-snippets": { "branch": "main", "commit": "1a6a02350568d6830bcfa167c72f9b6e75e454ae" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "bb808fc7376ed7bac0fbe8f47b83d4bf01738167" },
|
"gitsigns.nvim": { "branch": "main", "commit": "bb808fc7376ed7bac0fbe8f47b83d4bf01738167" },
|
||||||
"indent-blankline.nvim": { "branch": "master", "commit": "db7cbcb40cc00fc5d6074d7569fb37197705e7f6" },
|
"indent-blankline.nvim": { "branch": "master", "commit": "db7cbcb40cc00fc5d6074d7569fb37197705e7f6" },
|
||||||
|
"lazy.nvim": { "branch": "main", "commit": "fb46cb586242392081f908b23470e5096a8406c3" },
|
||||||
"lualine.nvim": { "branch": "master", "commit": "32a7382a75a52e8ad05f4cec7eeb8bbfbe80d461" },
|
"lualine.nvim": { "branch": "master", "commit": "32a7382a75a52e8ad05f4cec7eeb8bbfbe80d461" },
|
||||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "698713735933a5891080fc3d87a687f90b9d2aee" },
|
"mason-lspconfig.nvim": { "branch": "main", "commit": "aa25b4153d2f2636c3b3a8c8360349d2b29e7ae3" },
|
||||||
"mason.nvim": { "branch": "main", "commit": "1592493e3406c271e9128b4d424731e25f1ff2a1" },
|
"mason.nvim": { "branch": "main", "commit": "1592493e3406c271e9128b4d424731e25f1ff2a1" },
|
||||||
"mini.comment": { "branch": "main", "commit": "e5294cc3e75bafb2369f235d31a98b01a9cc67ad" },
|
"mini.comment": { "branch": "main", "commit": "e5294cc3e75bafb2369f235d31a98b01a9cc67ad" },
|
||||||
"mini.pairs": { "branch": "main", "commit": "fec9aba50912d8c3d92d07d6a77952de84f8d7ad" },
|
"mini.pairs": { "branch": "main", "commit": "fec9aba50912d8c3d92d07d6a77952de84f8d7ad" },
|
||||||
|
|
@ -25,10 +26,10 @@
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "22c87d6f48c4fb1daf33476450d0b14a64230809" },
|
"nvim-lspconfig": { "branch": "master", "commit": "22c87d6f48c4fb1daf33476450d0b14a64230809" },
|
||||||
"nvim-notify": { "branch": "master", "commit": "b005821516f1f37801a73067afd1cef2dbc4dfe8" },
|
"nvim-notify": { "branch": "master", "commit": "b005821516f1f37801a73067afd1cef2dbc4dfe8" },
|
||||||
"nvim-treesitter": { "branch": "master", "commit": "69388e84c34d40c3d5c7d2f310db13276f2179e1" },
|
"nvim-treesitter": { "branch": "master", "commit": "69388e84c34d40c3d5c7d2f310db13276f2179e1" },
|
||||||
"nvim-ts-context-commentstring": { "branch": "main", "commit": "32d9627123321db65a4f158b72b757bcaef1a3f4" },
|
"nvim-ts-context-commentstring": { "branch": "main", "commit": "4a42b30376c1bd625ab5016c2079631d531d797a" },
|
||||||
"nvim-web-devicons": { "branch": "master", "commit": "05e1072f63f6c194ac6e867b567e6b437d3d4622" },
|
"nvim-web-devicons": { "branch": "master", "commit": "05e1072f63f6c194ac6e867b567e6b437d3d4622" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "4b7e52044bbb84242158d977a50c4cbcd85070c7" },
|
"plenary.nvim": { "branch": "master", "commit": "4b7e52044bbb84242158d977a50c4cbcd85070c7" },
|
||||||
"telescope.nvim": { "branch": "master", "commit": "b79cd6c88b3d96b0f49cb7d240807cd59b610cd8" },
|
"telescope.nvim": { "branch": "master", "commit": "b79cd6c88b3d96b0f49cb7d240807cd59b610cd8" },
|
||||||
"tokyonight.nvim": { "branch": "main", "commit": "8a619f0cf3ed9051081d9fc0cd4f852a7355f546" },
|
"tokyonight.nvim": { "branch": "main", "commit": "42cccfe663f36b91792a350164f0695b44a031d9" },
|
||||||
"which-key.nvim": { "branch": "main", "commit": "8682d3003595017cd8ffb4c860a07576647cc6f8" }
|
"which-key.nvim": { "branch": "main", "commit": "8682d3003595017cd8ffb4c860a07576647cc6f8" }
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue