Skip to content

Commit

Permalink
feat(debugging): Add nvim-chainsaw
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Jan 28, 2024
1 parent f39e1d4 commit b597169
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/debugging/nvim-chainsaw/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# nvim-chainsaw

Speed up log creation. Create various kinds of language-specific log statements, such as logs of variables, assertions, or time-measuring.

**Note:** We do not expose any keys or mappings. Please see the [Usage](https://github.com/chrisgrieser/nvim-chainsaw#usage) section of the plugin docs.

**Repository:** <https://github.com/chrisgrieser/nvim-chainsaw>
2 changes: 2 additions & 0 deletions lua/astrocommunity/debugging/nvim-chainsaw/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---@type LazySpec
return { "chrisgrieser/nvim-chainsaw" }

0 comments on commit b597169

Please sign in to comment.