This gist contains screenshots for the jupytext.vim.
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
.venv/py37/bin/isort --recursive --check-only src tests | |
Skipped 1 files | |
.venv/py37/bin/black --skip-string-normalization --line-length 79 --diff --check src tests | |
All done! ✨ 🍰 ✨ | |
25 files would be left unchanged. | |
.venv/py37/bin/py.test -v --doctest-modules --cov=krotov --nbval --sanitize-with docs/nbval_sanitize.cfg --durations=10 -s src tests docs/notebooks/*.ipynb README.rst docs/*.rst | |
============================= test session starts ============================== | |
platform darwin -- Python 3.7.3, pytest-4.6.3, py-1.8.0, pluggy-0.12.0 -- /Users/goerz/Documents/Programming/github/krotov/.venv/py37/bin/python | |
cachedir: .pytest_cache | |
rootdir: /Users/goerz/Documents/Programming/github/krotov, inifile: setup.cfg |
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
.venv/py37/bin/isort --recursive --check-only src tests | |
Skipped 1 files | |
.venv/py37/bin/black --skip-string-normalization --line-length 79 --diff --check src tests | |
All done! ✨ 🍰 ✨ | |
25 files would be left unchanged. | |
.venv/py37/bin/py.test -v --doctest-modules --cov=krotov --nbval --sanitize-with docs/nbval_sanitize.cfg --durations=10 -s src tests docs/notebooks/*.ipynb README.rst docs/*.rst | |
============================= test session starts ============================== | |
platform darwin -- Python 3.7.3, pytest-4.6.3, py-1.8.0, pluggy-0.12.0 -- /Users/goerz/Documents/Programming/github/krotov/.venv/py37/bin/python | |
cachedir: .pytest_cache | |
rootdir: /Users/goerz/Documents/Programming/github/krotov, inifile: setup.cfg |
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
on run {input, parameters} | |
set cmd to "" | |
if input is not {} then | |
set filePath to POSIX path of input | |
set cmd to ":e " & filePath | |
end if | |
tell application "iTerm" | |
set mywindow to (create window with profile "neovim") | |
tell the current session in mywindow |
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
%% | |
%% This is file `apsrev4-2-titles.bst', and is a hand-edited version of apsrev4-2.bst. | |
%% Its only modification is that it will display titles for articles. | |
%% Unlike the "longbibliography" option recommended at | |
%% https://journals.aps.org/revtex/revtex-faq#Bibtex, | |
%% it does not write out the first names of all authors. | |
%% The feature of apsrev4.2 to add DOI links is preserved. | |
%% | |
%% Author: Michael Goerz <https://michaelgoerz.net> | |
%% |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
" Terminal fixes | |
" | |
" These originate from some linux distribution's system vimrc. I can't say | |
" that I understand the details what's going on here, but without these | |
" settings, I've had problems like vim starting in REPLACE mode for | |
" TERM=xterm-256color (neovim is fine) | |
if &term =~? 'xterm' | |
let s:myterm = 'xterm' | |
else |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
jupyter: jupytext: text_representation: extension: .md format_name: markdown format_version: '1.0' jupytext_version: 0.8.6 kernelspec: display_name: Python 3