🐛 fix(nvim): delete opts for plugins that do not use a setup function
This commit is contained in:
parent
6867880a57
commit
88988f4e07
7 changed files with 1 additions and 7 deletions
|
@ -61,7 +61,7 @@ return {
|
||||||
semantic_tokens = true,
|
semantic_tokens = true,
|
||||||
telescope = {
|
telescope = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
-- style = "nvchad",
|
style = "nvchad",
|
||||||
},
|
},
|
||||||
symbols_outline = false,
|
symbols_outline = false,
|
||||||
treesitter = true,
|
treesitter = true,
|
||||||
|
|
|
@ -2,5 +2,4 @@ return {
|
||||||
"NTBBloodbath/doom-one.nvim",
|
"NTBBloodbath/doom-one.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
name = "doom-one",
|
name = "doom-one",
|
||||||
opts = {},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,4 @@ return {
|
||||||
"projekt0n/github-nvim-theme",
|
"projekt0n/github-nvim-theme",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
name = "github",
|
name = "github",
|
||||||
opts = {},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,4 @@ return {
|
||||||
"bluz71/vim-nightfly-colors",
|
"bluz71/vim-nightfly-colors",
|
||||||
name = "nightfly",
|
name = "nightfly",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
opts = {},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,4 @@ return {
|
||||||
"shaunsingh/nord.nvim",
|
"shaunsingh/nord.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
name = "nord",
|
name = "nord",
|
||||||
opts = {},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,4 @@ return {
|
||||||
"nyoom-engineering/oxocarbon.nvim",
|
"nyoom-engineering/oxocarbon.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
name = "oxocarbon",
|
name = "oxocarbon",
|
||||||
opts = {},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,4 @@ return {
|
||||||
"Tsuzat/NeoSolarized.nvim",
|
"Tsuzat/NeoSolarized.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
name = "solarized",
|
name = "solarized",
|
||||||
opts = {},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue