about summary refs log tree commit diff
path: root/fnl/nvrc/options.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-16 08:54:25 +0900
committersefidel <contact@sefidel.net>2022-02-16 17:16:41 +0900
commit2fb74089d3515077395299bce9df32e9e989a8ac (patch)
treeb7e8064cff1c687a11788ab96f96cbcf6d3c88fa /fnl/nvrc/options.fnl
parent6b4cacae7b9c435666c2ec399261f6504336bdce (diff)
downloadnvimrc-2fb74089d3515077395299bce9df32e9e989a8ac.tar.gz
nvimrc-2fb74089d3515077395299bce9df32e9e989a8ac.zip
rel: v0.1
- Disable lazy-loading plugins
- Add more useful plugins
- Fix bar from loading slowly
- Add support for neomutt
- Change keybinds
- Add Editorconfig
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])