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.fnl36
1 files changed, 18 insertions, 18 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl
index b9a59bc..abd0a7b 100644
--- a/fnl/nvrc/options.fnl
+++ b/fnl/nvrc/options.fnl
@@ -7,8 +7,8 @@
 (set! cul)
 (set! cmdheight 1)
 (set! number)
-(set! numberwidth 2)
 (set! shortmess+ :sI)
+(set! signcolumn :yes)
 (set! splitbelow)
 (set! splitright)
 (set! termguicolors)
@@ -32,20 +32,20 @@
 (set! whichwrap+ "<>[]hl")
 
 (disable-builtins! [:2html_plugin
-                   :getscript
-                   :getscriptPlugin
-                   :gzip
-                   :logipat
-                   :netrw
-                   :netrwPlugin
-                   :netrwSettings
-                   :netrwFileHandlers
-                   :matchit
-                   :tar
-                   :tarPlugin
-                   :rrhelper
-                   :spellfile_plugin
-                   :vimball
-                   :vimballPlugin
-                   :zip
-                   :zipPlugin])
+                    :getscript
+                    :getscriptPlugin
+                    :gzip
+                    :logipat
+                    :netrw
+                    :netrwPlugin
+                    :netrwSettings
+                    :netrwFileHandlers
+                    :matchit
+                    :tar
+                    :tarPlugin
+                    :rrhelper
+                    :spellfile_plugin
+                    :vimball
+                    :vimballPlugin
+                    :zip
+                    :zipPlugin])