[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-03-24 06:58:06 +03:00
parent 356c16a009
commit 739123980e

@ -4,7 +4,7 @@ filetype off
set viminfo+=/1000000,:1000000 set viminfo+=/1000000,:1000000
if has('python3') if has('python3')
source = $HOME . '.py3.vimrmc' source $HOME/.py3.vimrc
endif endif
filetype plugin indent on filetype plugin indent on