We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2b898 commit f420d02Copy full SHA for f420d02
init.lua
@@ -905,13 +905,6 @@ require('lazy').setup({
905
name = 'catppuccin',
906
priority = 1000, -- Make sure to load this before all the other start plugins.
907
config = function()
908
- ---@diagnostic disable-next-line: missing-fields
909
- require('tokyonight').setup {
910
- styles = {
911
- comments = { italic = false }, -- Disable italics in comments
912
- },
913
- }
914
-
915
-- Load the colorscheme here.
916
-- Like many other themes, this one has different styles, and you could load
917
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
0 commit comments