23 lines
509 B
YAML
23 lines
509 B
YAML
---
|
|
name: astronvim
|
|
|
|
startup:
|
|
- command: echo
|
|
args:
|
|
- starting astronvim session # add commands here to run on session startup
|
|
|
|
shutdown:
|
|
- command: echo
|
|
args:
|
|
- stopping astronvim session # add commands here to run on session shutdown
|
|
|
|
path: /home/crimsen/.config/nvim
|
|
|
|
windows:
|
|
- name: code
|
|
flex_direction: column # panes are above one another, if ommited defaults to row where panes are side by side
|
|
panes:
|
|
- name: Editor
|
|
commands:
|
|
- command: nvim
|