1 LineNumberView = require './line-number-view'
9 description: 'Show the true number on the current line'
10 showNormalLineNumbers:
13 description: 'Show normal line numbers'
16 trueNumberCurrentLine: true
17 showNormalLineNumbers: true
20 console.log('Activiating relative line numbers.');
21 atom.workspace.observeTextEditors (editor) ->
22 new LineNumberView(editor)