🐛 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,
|
||||
telescope = {
|
||||
enabled = true,
|
||||
-- style = "nvchad",
|
||||
style = "nvchad",
|
||||
},
|
||||
symbols_outline = false,
|
||||
treesitter = true,
|
||||
|
|
|
@ -2,5 +2,4 @@ return {
|
|||
"NTBBloodbath/doom-one.nvim",
|
||||
lazy = false,
|
||||
name = "doom-one",
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
@ -2,5 +2,4 @@ return {
|
|||
"projekt0n/github-nvim-theme",
|
||||
lazy = false,
|
||||
name = "github",
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
@ -2,5 +2,4 @@ return {
|
|||
"bluz71/vim-nightfly-colors",
|
||||
name = "nightfly",
|
||||
lazy = false,
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
@ -2,5 +2,4 @@ return {
|
|||
"shaunsingh/nord.nvim",
|
||||
lazy = false,
|
||||
name = "nord",
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
@ -2,5 +2,4 @@ return {
|
|||
"nyoom-engineering/oxocarbon.nvim",
|
||||
lazy = false,
|
||||
name = "oxocarbon",
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
@ -2,5 +2,4 @@ return {
|
|||
"Tsuzat/NeoSolarized.nvim",
|
||||
lazy = false,
|
||||
name = "solarized",
|
||||
opts = {},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue