Skip to content

Instantly share code, notes, and snippets.

View shurik's full-sized avatar
🎯
Focusing

Sasha Vladimirskiy shurik

🎯
Focusing
View GitHub Profile
@shurik
shurik / global_extra_conf.py
Created December 4, 2018 01:47
YCM support for virtualenvs
def Settings(**kwargs):
client_data = kwargs['client_data']
return {
'interpreter_path': client_data['g:ycm_python_interpreter_path'],
'sys_path': client_data['g:ycm_python_sys_path'],
}
# ~/.config/pycodestyle
[pycodestyle]
max-line-legth = 100
ignore = E501,E121,E123,E126,E133,E226,E241,E242,E704,W503,W504
<header role="banner">
<h1>HTML5 Kitchen Sink</h1>
<small>Jump to: <a href="#headings">Headings</a> | <a href="#sections">Sections</a> | <a href="#phrasing">Phrasing</a> | <a href="#palpable">Palpable Content</a> | <a href="#embeds">Embeds</a> | <a href="#forms">Forms</a> | <a href="#tables">Tables</a> </small> <br><br>
<p>This section seves as the <code>header</code>.</p>
</header>
<hr>
<main>
<section id="headings">
<h3><a href="#headings">#</a> Headings </h3>
<p>Elements <code>h1</code>, <code>h2</code>, <code>h3</code>, <code>h4</code>,