🐛 fix(nvim): delete opts for plugins that do not use a setup function

This commit is contained in:
Sergio Laín 2023-11-18 00:59:29 +01:00
parent 6867880a57
commit 88988f4e07
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
7 changed files with 1 additions and 7 deletions

View file

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

View file

@ -2,5 +2,4 @@ return {
"NTBBloodbath/doom-one.nvim", "NTBBloodbath/doom-one.nvim",
lazy = false, lazy = false,
name = "doom-one", name = "doom-one",
opts = {},
} }

View file

@ -2,5 +2,4 @@ return {
"projekt0n/github-nvim-theme", "projekt0n/github-nvim-theme",
lazy = false, lazy = false,
name = "github", name = "github",
opts = {},
} }

View file

@ -2,5 +2,4 @@ return {
"bluz71/vim-nightfly-colors", "bluz71/vim-nightfly-colors",
name = "nightfly", name = "nightfly",
lazy = false, lazy = false,
opts = {},
} }

View file

@ -2,5 +2,4 @@ return {
"shaunsingh/nord.nvim", "shaunsingh/nord.nvim",
lazy = false, lazy = false,
name = "nord", name = "nord",
opts = {},
} }

View file

@ -2,5 +2,4 @@ return {
"nyoom-engineering/oxocarbon.nvim", "nyoom-engineering/oxocarbon.nvim",
lazy = false, lazy = false,
name = "oxocarbon", name = "oxocarbon",
opts = {},
} }

View file

@ -2,5 +2,4 @@ return {
"Tsuzat/NeoSolarized.nvim", "Tsuzat/NeoSolarized.nvim",
lazy = false, lazy = false,
name = "solarized", name = "solarized",
opts = {},
} }