mirror of https://github.com/LazyVim/starter
chore: add block scoped
parent
a0a785f27e
commit
faecb09a56
|
@ -1,4 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"numToStr/Comment.nvim",
|
{
|
||||||
opts = {},
|
"numToStr/Comment.nvim",
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
return {
|
return {
|
||||||
-- add oil
|
|
||||||
{
|
{
|
||||||
"stevearc/oil.nvim",
|
"stevearc/oil.nvim",
|
||||||
opts = {},
|
opts = {},
|
||||||
-- Optional dependencies
|
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"f-person/git-blame.nvim",
|
{
|
||||||
opts = {},
|
"f-person/git-blame.nvim",
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
return {
|
return {
|
||||||
"Darazaki/indent-o-matic",
|
{
|
||||||
|
"Darazaki/indent-o-matic",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
return {
|
return {
|
||||||
-- add plugin
|
|
||||||
{
|
{
|
||||||
"opdavies/toggle-checkbox.nvim",
|
"opdavies/toggle-checkbox.nvim",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue