Tweak NetRW-disable
This commit is contained in:
parent
49097ee759
commit
3fdd4942d5
1 changed files with 3 additions and 1 deletions
4
vimrc
4
vimrc
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue