about summary refs log tree commit diff
path: root/fnl/nvrc/options.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-27 11:25:20 +0900
committersefidel <contact@sefidel.net>2022-02-27 11:28:49 +0900
commit755d715fe03ff5c9201ad27f389978c5b4ef1371 (patch)
treea31ee79998f538c36c5c4680ee05083d6e2dc6a8 /fnl/nvrc/options.fnl
parentfff8ea45c00769ce3da9eead16bb00b0c877776a (diff)
downloadnvimrc-755d715fe03ff5c9201ad27f389978c5b4ef1371.tar.gz
nvimrc-755d715fe03ff5c9201ad27f389978c5b4ef1371.zip
feat(options): enable hybrid numbers & disable numbers on startup
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)