about summary refs log tree commit diff
path: root/fnl/nvrc/options.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-19 00:50:30 +0900
committersefidel <contact@sefidel.net>2022-03-19 00:50:30 +0900
commite78c45931794e08c40454750ba45527f8b1750e6 (patch)
tree7d9b7caf47c5a2af92bed7533f3e0e1397b81650 /fnl/nvrc/options.fnl
parent4c25c2465380c9bfeb51567189fded155c1b40e3 (diff)
downloadnvimrc-e78c45931794e08c40454750ba45527f8b1750e6.tar.gz
nvimrc-e78c45931794e08c40454750ba45527f8b1750e6.zip
Revert "feat(pack): add gitsigns"
This reverts commit 717ad38203bee2dda9345eb52e3853dede6656f8.
Diffstat (limited to 'fnl/nvrc/options.fnl')
-rw-r--r--fnl/nvrc/options.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl
index 67f521f..995417d 100644
--- a/fnl/nvrc/options.fnl
+++ b/fnl/nvrc/options.fnl
@@ -9,6 +9,7 @@
 (set! nonumber)
 (set! norelativenumber)
 (set! shortmess+ :sI)
+(set! signcolumn "auto:3")
 (set! scrolloff 3)
 (set! splitbelow)
 (set! splitright)