Skip to content

Commit

Permalink
feat(programming-language-support): Add web-tools.nvim (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Jul 9, 2023
1 parent 696c913 commit a88cb8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# web-tools.nvim

Neovim Wrapper for ❤️ [browser-sync](https://github.com/BrowserSync/browser-sync)

Requires:
* [Hurl/curl](https://hurl.dev/) web API testing

**Repository:** <https://github.com/ray-x/web-tools.nvim/tree/master>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"ray-x/web-tools.nvim",
opts = {},
}

0 comments on commit a88cb8f

Please sign in to comment.