Skip to content

Instantly share code, notes, and snippets.

@facundovictor
facundovictor / .ctags
Last active March 3, 2016 21:09
Ctags configuration for add Languages support
--exclude=.git
--exclude=node_modules
--exclude=bower_cache
--languages=-JavaScript
--langdef=js
--langmap=js:.js
--regex-js=/^var[ \t]+([a-zA-Z0-9._$]+) = \[/\1/a,array/
--regex-js=/^var[ \t]+([a-zA-Z0-9._$]+) = \{/\1/o,object/
--regex-js=/^var[ \t]+([A-Za-z0-9._$]+)[ \t]*=[ \t]*[A-Za-z0-9_$]+.extend/\1/u,function/
@facundovictor
facundovictor / .eslintrc.yaml
Last active April 30, 2019 19:39
Vim configuration file with Vim-Plug, powerline, Syntastic, Nerdtree, and some other nice configs.
---
parser: babel-eslint
parserOptions:
ecmaVersion: 6
sourceType: "module"
ecmaFeatures:
jsx: true
plugins:
- react
env:
@facundovictor
facundovictor / .tmux.conf
Last active April 7, 2016 17:06 — forked from ivanalejandro0/.tmux.conf
Tmux configuration file with Powerline-like status bar, system clipboard integration and some other nice tweaks.
source "/usr/share/tmux/powerline.conf"
# Thanks to:
# http://blog.yjl.im/2009/11/migrating-to-tmux-from-gnuscreen.html
# https://gist.github.com/ivanalejandro0/7459223
# 0 is too far
set -g base-index 1
#Disable window auto renaming