Skip to content

Instantly share code, notes, and snippets.

View loick's full-sized avatar

Loick Le Digabel loick

  • Slowy (Ex: Back Market, BlaBlaCar & Dailymotion)
  • Paris
  • X @_loick_
View GitHub Profile
@loick
loick / vtl-router-history.js
Created November 11, 2020 19:32
VTL - router history
const setup = (component) => {
let historyMock
return {
...render(
component,
{},
(vueInstance, vuexStore, router) => {
historyMock = router.history
@loick
loick / .gitconfig
Last active June 20, 2019 08:30
Git config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
editor = vim
[user]
name = Loick Le Digabel
email = loick.ledigabel@gmail.com
[rerere]
@loick
loick / vscode-config.json
Last active March 19, 2019 16:04
VS-code config
{
"emmet.triggerExpansionOnTab": true,
"[javascript]": {
"editor.tabSize": 2,
},
"window.title": "${activeEditorLong}${separator}${rootName}",
"editor.formatOnSave": true,
"window.zoomLevel": 0,
"todohighlight.isEnable": true,
"editor.minimap.enabled": false,