This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local snap = require'snap' | |
local fzy = snap.get'consumer.fzy' | |
local limit = snap.get'consumer.limit' | |
local producer_file = snap.get'producer.ripgrep.file' | |
local producer_vimgrep = snap.get'producer.ripgrep.vimgrep' | |
local producer_buffer = snap.get'producer.vim.buffer' | |
local producer_oldfile = snap.get'producer.vim.oldfile' | |
local select_file = snap.get'select.file' | |
local select_vimgrep = snap.get'select.vimgrep' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: leiserfg <leiserfg g-mail> | |
pkgname=graphql-playground-bin | |
name=graphql-playground | |
pkgver=1.3.23 | |
pkgrel=1 | |
pkgdesc="GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)" | |
arch=('x86_64') | |
url="https://github.com/graphcool/graphql-playground" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;* Helper functions | |
;; Taken from http://endlessparentheses.com/emacs-narrow-or-widen-dwim.html | |
(defun narrow-or-widen-dwim (p) | |
"Widen if buffer is narrowed, narrow-dwim otherwise. | |
Dwim means: region, org-src-block, org-subtree, or | |
defun, whichever applies first. Narrowing to | |
org-src-block actually calls `org-edit-src-code'. | |
With prefix P, don't widen, just narrow even if buffer |