Skip to content

Commit

Permalink
feat(debugging): Add nvim-chainsaw (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Feb 7, 2024
1 parent a953b0d commit c393c18
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", opts = {} }

0 comments on commit c393c18

Please sign in to comment.