singe/zbstudio/user.lua
2023-11-22 20:58:07 -06:00

12 lines
397 B
Lua

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}}