diff --git a/atom/config.cson b/atom/config.cson index dada0e5..722ebab 100644 --- a/atom/config.cson +++ b/atom/config.cson @@ -45,6 +45,8 @@ gitDiagnostics: true "go-plus": goPath: "/usr/local/share/go" + panel: + displayMode: "closed" test: runTestsOnSave: false linter: {} diff --git a/config/gocode/config.json b/config/gocode/config.json index 6578891..c7c1540 100644 --- a/config/gocode/config.json +++ b/config/gocode/config.json @@ -1 +1 @@ -{"propose-builtins":true,"lib-path":"","custom-pkg-prefix":"","custom-vendor-dir":"","autobuild":false,"force-debug-output":"","package-lookup-mode":"go","close-timeout":1800,"unimported-packages":true,"partials":true,"ignore-case":false,"class-filtering":true} \ No newline at end of file +{"propose-builtins":true,"lib-path":"","custom-pkg-prefix":"","custom-vendor-dir":"","autobuild":true,"force-debug-output":"","package-lookup-mode":"go","close-timeout":1800,"unimported-packages":true,"partials":true,"ignore-case":false,"class-filtering":true}