Skip to content

Commit

Permalink
Add just?
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jan 26, 2025
1 parent db17c38 commit c8f71ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions just/.config/just/justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Sync poetry dependencies
poi:
poetry sync


activation_string := shell('poetry env activate')

# Activate poetry environment
pos:
poetry env activate
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/plugins/nvim-treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ return {
"html",
"javascript",
"json",
"just",
"lua",
"markdown",
"python",
Expand Down

0 comments on commit c8f71ec

Please sign in to comment.