Skip to content

Instantly share code, notes, and snippets.

View jesseleite's full-sized avatar

Jesse Leite jesseleite

View GitHub Profile
@itsip
itsip / .vimrc
Created September 5, 2018 14:57
function for going to plugin
" Go to github plugin page
nnoremap <leader>pl :call GoToPlugin()<CR><CR>
function! GoToPlugin()
normal "lyi'
let plugin = @l
execute "!open https://www.github.com/" . plugin
endfunction
@jasonvarga
jasonvarga / Hooks.php
Created March 1, 2021 17:03
PHPUnit Test Hooks Extension
<?php
namespace Tests;
use PHPUnit\Runner\AfterLastTestHook;
use PHPUnit\Runner\BeforeFirstTestHook;
use PHPUnit\Runner\BeforeTestHook;
class Hooks implements BeforeFirstTestHook, AfterLastTestHook, BeforeTestHook
{
@deepanchal
deepanchal / starship.toml
Last active November 2, 2024 19:22
Starship config
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
format = """
$username\
$hostname\
$localip\
$shlvl\
$singularity\
$kubernetes\
@sixlive
sixlive / 0.demo.gif
Last active March 23, 2024 14:39
An interactive way to search pull requests and check them out
0.demo.gif