summaryrefslogtreecommitdiff
path: root/fnl/settings/options.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 14:06:08 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 14:06:08 +0200
commitec825863530260d008350e051873a03ceb031de3 (patch)
tree75df3c6bea3dfd3ac303ddc3f655633362862a3b /fnl/settings/options.fnl
parent9e52a45f148156405a2d563d59710d18e5fe31b1 (diff)
Add undotree and remove lir
Diffstat (limited to 'fnl/settings/options.fnl')
-rw-r--r--fnl/settings/options.fnl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl
index 0a1a254..bc82be7 100644
--- a/fnl/settings/options.fnl
+++ b/fnl/settings/options.fnl
@@ -88,3 +88,6 @@
(nvim.ex.set :formatoptions-=cro)
(nvim.ex.set :colorcolumn=80)
(nvim.ex.set :shortmess+=c)
+(set vim.g.netrw_browse_split 0)
+(set vim.g.netrw_banner 0)
+(set vim.g.netrw_winsize 25)