mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 17:03:39 +02:00
feat: initial commit
This commit is contained in:
commit
58e5dae036
18 changed files with 683 additions and 0 deletions
6
lua/user/plugins/api.lua
Normal file
6
lua/user/plugins/api.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
-- plugins that provide apis for other plugins
|
||||
return {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
"nvim-lua/plenary.nvim",
|
||||
"MunifTanjim/nui.nvim",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue