Skip to content

Instantly share code, notes, and snippets.

View s2marine's full-sized avatar

s2marine s2marine

View GitHub Profile
@s2marine
s2marine / docker-compose.yaml
Created September 9, 2022 05:20
linkding LD_CONTEXT_PATH demo
services:
linkding:
image: sissbruecker/linkding
container_name: linkding
ports:
- 9090:9090
environment:
- "LD_CONTEXT_PATH=linkding/"
restart: unless-stopped
@s2marine
s2marine / buftabs.js
Created November 21, 2014 01:43
vimperator-buftabs
// {{{ Information
let INFO = xml`
<plugin name="buftabs" version="1.0"
href=""
summary="Buftabs: show the tabbar in the statusline"
xmlns="http://vimperator.org/namespaces/liberator">
<author email="s2marine0@gmail.com">s2marine</author>
<license href="">GPLv3</license>
<p>
This is a fork from Lucas de Vries's buftabs (https://github.com/GGLucas/vimperator-buftabs).