Tweak NetRW-disable

This commit is contained in:
Anthony Rose 2024-11-09 22:52:56 +00:00
parent 49097ee759
commit 3fdd4942d5

4
vimrc
View file

@ -142,7 +142,9 @@ if has('eval')
colorscheme tempus_totus
highlight Comment gui=NONE
let loaded_netrwPlugin=1 " Disable netrw completely.
" Disable netrw completely.
let loaded_netrw=1
let loaded_netrwPlugin=1
function! ACPToggleMargins()
execute "set colorcolumn=" . (&colorcolumn == "0" ? "73,81" : (&colorcolumn == "73,81" ? "101" : "0"))