3 @option ||= new VimOption
6 atom.config.set("editor.showInvisibles", true)
9 atom.config.set("editor.showInvisibles", false)
12 atom.config.set("editor.showLineNumbers", true)
18 atom.config.set("editor.showLineNumbers", false)
23 module.exports = VimOption