Skip to content

Instantly share code, notes, and snippets.

View hellstabber's full-sized avatar
🎯
Focusing

Eren Kaplan hellstabber

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am erenkaplandev on github.
  • I am erenkaplan (https://keybase.io/erenkaplan) on keybase.
  • I have a public key ASD9GpO4qmV3xwZzQJ0p1OySb4uOswEnjpsy0lUgugYegwo

To claim this, I am signing this object:

@hellstabber
hellstabber / neovim.vim
Created November 8, 2021 12:51
My neovim config
" vim-bootstrap 2021-11-04 23:11:12
"*****************************************************************************
"" Vim-Plug core
"*****************************************************************************
let vimplug_exists=expand('~/./autoload/plug.vim')
if has('win32')&&!has('win64')
let curl_exists=expand('C:\Windows\Sysnative\curl.exe')
else
let curl_exists=expand('curl')