Skip to content

Commit

Permalink
Don't open nvim in directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Oct 17, 2019
1 parent d3b638a commit b18768e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tmuxinator/apollo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: apollo
root: ~/code/apollo
windows:
- nvim: nvim .
- nvim: nvim
- serve:
layout: even-horizontal
panes:
Expand Down
2 changes: 1 addition & 1 deletion tmuxinator/dots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name: dots
root: ~/.dotfiles
windows:
- nvim: nvim .
- nvim: nvim
- zsh:
2 changes: 1 addition & 1 deletion tmuxinator/elumicate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: elumicate
root: ~/code/elumicate/dashboard
windows:
- nvim: nvim .
- nvim: nvim
- serve:
layout: even-horizontal
panes:
Expand Down
2 changes: 1 addition & 1 deletion tmuxinator/grum-pio-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name: grum-pio-tests
root: ~/code/grum/eurobot2019/eurobot2019-platformio-tests
windows:
- nvim: nvim .
- nvim: nvim
- zsh:
2 changes: 1 addition & 1 deletion tmuxinator/grum-pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name: grum-pio
root: ~/code/grum/eurobot2019/eurobot2019-platformio
windows:
- nvim: nvim .
- nvim: nvim
- zsh:
2 changes: 1 addition & 1 deletion tmuxinator/grum-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name: grum-python
root: ~/code/grum/eurobot2019/python
windows:
- nvim: source venv/bin/activate; nvim .
- nvim: source venv/bin/activate; nvim
- zsh: source venv/bin/activate
2 changes: 1 addition & 1 deletion tmuxinator/grum-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: grum-website
root: ~/code/grum/website
windows:
- nvim: nvim .
- nvim: nvim
- serve:
layout: even-horizontal
panes:
Expand Down
2 changes: 1 addition & 1 deletion tmuxinator/marlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name: marlin
root: ~/code/Marlin
windows:
- nvim: nvim .
- nvim: nvim
- zsh:
2 changes: 1 addition & 1 deletion tmuxinator/satisloh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: satisloh
root: ~/code/satisloh/MES_HW_COMM_BOX
windows:
- nvim: source venv/bin/activate; nvim .
- nvim: source venv/bin/activate; nvim
- serve:
layout: even-horizontal
panes:
Expand Down
2 changes: 1 addition & 1 deletion tmuxinator/sweatacademy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: SweatAcademy
root: ~/code/SweatAcademy/website
windows:
- nvim: nvim .
- nvim: nvim
- serve:
layout: even-horizontal
panes:
Expand Down

0 comments on commit b18768e

Please sign in to comment.