I hereby claim:
- I am overbyte on github.
- I am overbyte (https://keybase.io/overbyte) on keybase.
- I have a public key ASDhpw-wHQiXGsc5nXAjW9XywO7hg4NE17O5ff-hKHP3MQo
To claim this, I am signing this object:
[language-server] | |
deno = { command = "deno", args = [ "lsp" ]} | |
[language-server.eslint] | |
command = "vscode-eslint-language-server" | |
args = ["--stdio"] | |
[language-server.eslint.config] | |
codeActionsOnSave = { mode = "all", "source.fixAll.eslint" = true } | |
format = { enable = true } |
say wotcha |
set nocompatible " be iMproved, required | |
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
"call vundle#begin('~/some/path/here') | |
" let Vundle manage Vundle, required |
I hereby claim:
To claim this, I am signing this object:
table[cellpadding=0 cellspacing=0 border=0 width=600 bgcolor=#ffffff]>tr>td |
/** | |
** To Allow relative template paths, we wrap the component in a function that receives the path to the | |
** currently executing script (minus the actual filename) | |
**/ | |
(function (currentScriptPath) { | |
'use strict'; | |
angular | |
.module('module.name') |
<snippet> | |
<content><![CDATA[ | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> | |
<script type="text/javascript"> | |
$1 | |
</script> | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>embedswf</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> |
<snippet> | |
<content><![CDATA[ | |
var flashvars = {}; | |
var params = {}; | |
var attributes = {}; | |
params.menu = false; | |
params.scale = 'noscale'; | |
params.wmode = 'transparent'; | |
params.allowScriptAccess = 'always'; |