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 { return {
"numToStr/Comment.nvim", {
opts = {}, "numToStr/Comment.nvim",
opts = {},
},
} }

View File

@ -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" },
}, },
} }

View File

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

View File

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

View File

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