Skip to content

Commit f420d02

Browse files
Julien RaynalJulien Raynal
authored andcommitted
Removed tokyonight
1 parent 8f2b898 commit f420d02

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

init.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -905,13 +905,6 @@ require('lazy').setup({
905905
name = 'catppuccin',
906906
priority = 1000, -- Make sure to load this before all the other start plugins.
907907
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-
915908
-- Load the colorscheme here.
916909
-- Like many other themes, this one has different styles, and you could load
917910
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.

0 commit comments

Comments
 (0)