diff options
author | sefidel <contact@sefidel.net> | 2022-03-19 13:24:48 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-19 13:28:10 +0900 |
commit | e7040c7980a38ed1fc91660cb1f77cbc1640c817 (patch) | |
tree | acf7941c80fb4416e47ad8cce5b06de8b95b8ac4 /fnl/nvrc/options.fnl | |
parent | f7aafefbfb51d13cd647f6d6d9e5f16d070e2f16 (diff) | |
download | nvimrc-e7040c7980a38ed1fc91660cb1f77cbc1640c817.tar.gz nvimrc-e7040c7980a38ed1fc91660cb1f77cbc1640c817.zip |
feat(options): remove minimum signcolumn width
Diffstat (limited to 'fnl/nvrc/options.fnl')
-rw-r--r-- | fnl/nvrc/options.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl index 995417d..7bef595 100644 --- a/fnl/nvrc/options.fnl +++ b/fnl/nvrc/options.fnl @@ -9,7 +9,7 @@ (set! nonumber) (set! norelativenumber) (set! shortmess+ :sI) -(set! signcolumn "auto:3") +(set! signcolumn "auto") (set! scrolloff 3) (set! splitbelow) (set! splitright) |