Advertisement
lvs

user.lua

lvs
Feb 19th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. editor.fontname = "Monaco"
  2. editor.fontsize = 12
  3. editor.tabwidth = 4
  4. editor.showfncall = false
  5. editor.usewrap = false
  6.  
  7. local G = ...
  8. styles = G.loadfile('cfg/tomorrow.lua')('TomorrowNight')
  9. stylesoutshell = styles
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement