-- English comments only. vim.opt.termguicolors = true -- TokyoNight config require("tokyonight").setup({ style = "night", transparent = false, terminal_colors = true, styles = { comments = { italic = true }, keywords = { italic = false }, functions = {}, variables = {}, }, }) vim.cmd.colorscheme("tokyonight")