Skip to content

Instantly share code, notes, and snippets.

View k0mpreni's full-sized avatar
🔬
Building things

Alex Lab k0mpreni

🔬
Building things
View GitHub Profile
@k0mpreni
k0mpreni / Privacy Policy
Created June 18, 2020 18:50
Privacy Policy
Alex Lab built this app as an Ad Supported app. This SERVICE("app") is provided by at no cost and is intended for use as is:
This privacy policy is used to inform you regarding policies with the collection, use, and
disclosure of Personal Information if anyone decided to use this Service.
1. Overview
The app uses advertising (and in app payments) to make revenue. The app uses third party
libraries for advertising which may collect and share personal information with third
@k0mpreni
k0mpreni / init.vim
Last active September 25, 2019 14:11
Nvim config
call plug#begin('~/.vim/plugged')
Plug 'scrooloose/nerdtree'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'joshdick/onedark.vim'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'