Update tmuxinator configs
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"optOut": false,
|
"optOut": false,
|
||||||
"lastUpdateCheck": 1640879021994
|
"lastUpdateCheck": 1645136333919
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
# /Users/andrewminer/.config/tmuxinator/stemma-term.yml
|
||||||
|
|
||||||
|
name: stemma-term
|
||||||
|
root: /src/stemma/frontend/amundsen_application/static/
|
||||||
|
|
||||||
|
startup_window: terminal
|
||||||
|
|
||||||
|
windows:
|
||||||
|
- terminal: nvm use
|
||||||
@@ -6,14 +6,14 @@ root: /src/stemma
|
|||||||
startup_window: terminal
|
startup_window: terminal
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- neo4j: docker-compose -f docker-compose.yml up neo4j
|
- neo4j: docker-compose -f frontend/docker-compose.yml up neo4j
|
||||||
- elasticsearch: docker-compose -f docker-compose.yml up elasticsearch
|
- elasticsearch: docker-compose -f frontend/docker-compose.yml up elasticsearch
|
||||||
- databuilder:
|
- databuilder:
|
||||||
root: /src/stemma/databuilder
|
root: /src/stemma/databuilder
|
||||||
panes: source venv/bin/activate
|
panes: source venv/bin/activate
|
||||||
- webpack:
|
- webpack:
|
||||||
root: /src/stemma/frontend/amundsen_application/static
|
root: /src/stemma/frontend/amundsen_application/static
|
||||||
panes: npm run watch
|
panes: nvm use && npm run watch
|
||||||
- server:
|
- server:
|
||||||
panes: ./server.sh
|
panes: ./server.sh
|
||||||
root: /src/stemma/frontend
|
root: /src/stemma/frontend
|
||||||
|
|||||||
@@ -150,6 +150,7 @@ let g:ale_fixers = {
|
|||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\'go': ['gobuild', 'golint', 'govet'],
|
\'go': ['gobuild', 'golint', 'govet'],
|
||||||
\'html': [],
|
\'html': [],
|
||||||
|
\'json': ['jsonlint'],
|
||||||
\'pug': ['puglint'],
|
\'pug': ['puglint'],
|
||||||
\'python': ['pycodestyle', 'pydocstyle', 'pyflakes', 'pyls'],
|
\'python': ['pycodestyle', 'pydocstyle', 'pyflakes', 'pyls'],
|
||||||
\'typescript': ['tslint', 'tsserver'],
|
\'typescript': ['tslint', 'tsserver'],
|
||||||
|
|||||||
Reference in New Issue
Block a user