I've been having trouble with serving a Flask app via uWSGI and nginx, so I thought I'd put together some of the basics to help out others.
- Flask is managed by
uWSGI. uWSGItalks tonginx.
$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
| [ | |
| // ╔══════════════════════════════════════════════════════════════════════════════════╗ | |
| // ║ VSCODE VIM LAZYVIM KEYBINDINGS ║ | |
| // ║ Modifier Key Bindings (Ctrl, Alt, Shift) ║ | |
| // ╚══════════════════════════════════════════════════════════════════════════════════╝ | |
| // | |
| // This file contains keybindings that use modifier keys (Ctrl, Alt, Shift) and special | |
| // characters that need VSCode's key binding system (not Vim's). | |
| // | |
| // IMPORTANT: DO NOT put space-leader bindings here (<leader>...) |