.dotfiles/laio/nvim.yaml

27 lines
565 B
YAML

---
name: nvim
startup:
- command: echo
args:
- starting nvim session # add commands here to run on session startup
shutdown:
- command: echo
args:
- stopping nvim 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
- name: cli
flex_direction: column
panes:
- name: CLI