aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSidhanth Rathod <siduck@tutanota.com>2023-04-29 09:44:41 +0530
committerGitHub <noreply@github.com>2023-04-29 09:44:41 +0530
commitfea9cc4eb025c1dd4d2328308a1c4bbe7e8b7640 (patch)
treec011c0b63fc9b58f94bd13da3b7e6e7334dffbe5
parentfix #16 (diff)
update install instructions as per lazy.nvim ( #41)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d9bd44b..18bdae3 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
## Install
-- Simply install the plugin with packer as you would for any other:
+- Simply install the plugin with lazy.nvim as you would for any other:
```lua
-use {
+{
"NvChad/nvterm",
config = function ()
require("nvterm").setup()