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