mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: add block scoped
This commit is contained in:
parent
a0a785f27e
commit
faecb09a56
5 changed files with 11 additions and 8 deletions
|
|
@ -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…
Add table
Reference in a new issue