chore: add block scoped

pull/98/head
fm39hz-workstation 2024-05-13 13:31:25 +07:00
parent 933042f41c
commit 3e8a3f32c0
5 changed files with 11 additions and 8 deletions

View File

@ -1,4 +1,6 @@
return {
{
"numToStr/Comment.nvim",
opts = {},
},
}

View File

@ -1,9 +1,7 @@
return {
-- add oil
{
"stevearc/oil.nvim",
opts = {},
-- Optional dependencies
dependencies = { "nvim-tree/nvim-web-devicons" },
},
}

View File

@ -1,4 +1,6 @@
return {
{
"f-person/git-blame.nvim",
opts = {},
},
}

View File

@ -1,3 +1,5 @@
return {
{
"Darazaki/indent-o-matic",
},
}

View File

@ -1,5 +1,4 @@
return {
-- add plugin
{
"opdavies/toggle-checkbox.nvim",
},