about summary refs log tree commit diff
path: root/fnl/nvrc/options.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/options.fnl')
-rw-r--r--fnl/nvrc/options.fnl6
1 files changed, 4 insertions, 2 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl
index 8960178..74db82b 100644
--- a/fnl/nvrc/options.fnl
+++ b/fnl/nvrc/options.fnl
@@ -5,9 +5,11 @@
 ; Interface
 (set! cul)
 (set! cmdheight 1)
-(set! number)
+(set! noruler)
+(set! nonumber)
+(set! norelativenumber)
 (set! shortmess+ :sI)
-(set! signcolumn "auto:1-9")
+(set! signcolumn "auto:3")
 (set! scrolloff 3)
 (set! splitbelow)
 (set! splitright)