editor.specmap.singe = 'lua' editor.tabwidth = 4 editor.usetabs = true editor.usewrap = false editor.whitespace = true editor.autoactivate = true styles = loadfile('cfg/tomorrow.lua')('TomorrowNightBright') stylesoutshell = styles -- apply the same scheme to Output/Console windows styles.auxwindow = styles.text -- apply text colors to auxiliary windows styles.whitespace = {fg = {75, 75, 75}}