chore: add block scoped

pull/99/head
fm39hz-workstation 2024-05-13 13:31:25 +07:00 committed by fm39hz-laptop
parent a0a785f27e
commit faecb09a56
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",
},