Closed ojroques closed 2 years ago
Hello,
After #42 was merged, I've tried disabling italic for comments like so:
-- init.lua require 'paq' { {'navarasu/onedark.nvim'}, } require('onedark').setup { code_style = {comments = 'none'}, } vim.opt.termguicolors = true vim.cmd 'colorscheme onedark'
But nothing happens, comments are still in italic. Using the old config way works though. @xeluxee maybe you'll be interested in this.
Nevermind, I've realized I did not update the plugin on the concerned machine :)
Hello,
After #42 was merged, I've tried disabling italic for comments like so:
But nothing happens, comments are still in italic. Using the old config way works though. @xeluxee maybe you'll be interested in this.