From 3efb1546b256c620da3ea70c8c717e55cce0b3b2 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 20 Oct 2023 20:07:29 +0200 Subject: Final housekeeping round --- init.lua | 2 ++ plugin/netrw.vim | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e2fec46..bbc9f05 100644 --- a/init.lua +++ b/init.lua @@ -7,6 +7,8 @@ if vim.fn.has("win32") then vim.opt.rtp:append(vim.fn.expand("$HOME\\scoop\\shims")) end +vim.opt.runtimepath:remove("/usr/share/vim/vimfiles") + -- vim.o.shadafile = "/tmp/shada" -- only on Linux... diff --git a/plugin/netrw.vim b/plugin/netrw.vim index 3619070..57d6d50 100644 --- a/plugin/netrw.vim +++ b/plugin/netrw.vim @@ -12,5 +12,5 @@ augroup NETRW let g:netrw_liststyle = 3 | " 3=tree let g:netrw_preview = 0 | " let g:netrw_winsize = 20 | " window size in percent - let s:treedepthstring = "│ " + " let s:treedepthstring = "│ " | " this is not going to work, but left here for documentation augroup END -- cgit v1.2.3