Add support for making buffer local options in settings.json

This commit is contained in:
Zachary Yedidia
2016-08-25 20:15:58 -04:00
parent e634b4e180
commit b4e470b6e2
5 changed files with 97 additions and 10 deletions

View File

@@ -210,7 +210,7 @@ func main() {
InitConfigDir()
// Load the user's settings
InitSettings()
InitGlobalSettings()
InitCommands()
InitBindings()