mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
init?
This commit is contained in:
parent
803bc181d7
commit
fbc32fe2f1
2 changed files with 4 additions and 8 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,8 +1,2 @@
|
|||
tt.*
|
||||
.tests
|
||||
doc/tags
|
||||
debug
|
||||
.repro
|
||||
foo.*
|
||||
*.log
|
||||
data
|
||||
lazyvim.json
|
||||
lazy-lock.json
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ require("lazy").setup({
|
|||
-- add LazyVim and import its plugins
|
||||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
-- import/override with your plugins
|
||||
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||
{ import = "lazyvim.plugins.extras.ui.mini-animate" },
|
||||
{ import = "plugins" },
|
||||
},
|
||||
defaults = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue