💄 style(nvim): unnecesary brackets
This commit is contained in:
parent
4740d6f424
commit
c28ca41b56
3 changed files with 3 additions and 9 deletions
|
@ -1,10 +1,8 @@
|
|||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
{
|
||||
"amarakon/nvim-cmp-fonts",
|
||||
},
|
||||
},
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, { name = "fonts", option = { space_filter = "-" } })
|
||||
end,
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
{
|
||||
"lukas-reineke/cmp-rg",
|
||||
},
|
||||
},
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, { name = "rg" })
|
||||
end,
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
{
|
||||
"lukas-reineke/cmp-under-comparator",
|
||||
},
|
||||
},
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sorting.comparators, 4, require("cmp-under-comparator").under)
|
||||
end,
|
||||
|
|
Loading…
Add table
Reference in a new issue