We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498644a commit 376b440Copy full SHA for 376b440
README.md
@@ -64,9 +64,10 @@ Install the theme with your preferred package manager:
64
"nkxxll/ghostty-default-style-dark.nvim",
65
lazy = false,
66
priority = 1000,
67
- opts = function()
68
- return require("ghostty-default-style-dark.config").options
69
- end,
+ config = function()
+ require("ghostty-default-style-dark").setup({})
+ vim.cmd.colorscheme("ghostty-default-style-dark")
70
+ end
71
}
72
```
73
0 commit comments