guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Vintageous User Settings File #1006

Open nfarrar opened 8 years ago

nfarrar commented 8 years ago

Would it be possible to have vintageous load its settings from its own settings file rather than the user settings file? This seems like the standard pattern.

# i.e.:
prefs = sublime.load_settings('Preferences.sublime-settings')
# ->
prefs = sublime.load_settings('Vintageous.sublime-settings')

Note: SidebarEnhancements does this nicely (adds menu items and automatically reloads settings when they change).