Skip to content

Instantly share code, notes, and snippets.

View elisvathi's full-sized avatar

Elis Vathi elisvathi

View GitHub Profile
const data = {"Personal Information":[{"Name":"John Doe", "Nationality":"English"}]}
function createElement(type, classList, attributes) {
const el = document.createElement(type);
if (classList) {
classList.split(' ').forEach(x => {
el.classList.add(x);
});
}
if (attributes) {
call plug#begin()
Plug 'HerringtonDarkholme/yats.vim'
Plug 'mhartington/nvim-typescript', {'do': ':!install.sh \| UpdateRemotePlugins'}
Plug 'jason0x43/vim-js-indent'
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
Plug 'rafi/awesome-vim-colorschemes'
Plug 'Quramy/vim-dtsm'
Plug 'Quramy/vim-js-pretty-template'
Plug 'Quramy/tsuquyomi'
Plug 'mhartington/vim-typings'
[
{
"elementType": "geometry",
"stylers": [
{
"color": "#ebe3cd"
}
]
},
{