-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tristan Jahnke
committed
May 28, 2023
1 parent
d643ce7
commit d2f09ee
Showing
4 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nvim/plugin/packer_compiled.lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Set a custom session root path. Default is `$HOME`. | ||
# Must be called before `initialize_session`. | ||
#session_root "~/Projects/test" | ||
|
||
# Create session with specified name if it does not already exist. If no | ||
# argument is given, session name will be based on layout file name. | ||
if initialize_session "test"; then | ||
|
||
# Create a new window inline within session layout definition. | ||
#new_window "misc" | ||
|
||
# Load a defined window layout. | ||
#load_window "example" | ||
|
||
# Select the default active window on session creation. | ||
#select_window 1 | ||
|
||
fi | ||
|
||
# Finalize session creation and switch/attach to it. | ||
finalize_and_go_to_session |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters