🐛 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,
telescope = {
enabled = true,
-- style = "nvchad",
style = "nvchad",
},
symbols_outline = false,
treesitter = true,

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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