Skip to content

Instantly share code, notes, and snippets.

View etherealHero's full-sized avatar

Maxim etherealHero

  • 13:59 (UTC +10:00)
View GitHub Profile
@etherealHero
etherealHero / .vimrc
Last active July 2, 2024 22:59
.vimrc_configuration
" vim-bootstrap 2024-07-02 04:39:38
"*****************************************************************************
"" Vim-Plug core
"*****************************************************************************
let vimplug_exists=expand('~/.vim/autoload/plug.vim')
if has('win32')&&!has('win64')
let curl_exists=expand('C:\Windows\Sysnative\curl.exe')
else
let curl_exists=expand('curl')