You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,17 @@ use({
94
94
})
95
95
```
96
96
97
+
```lua
98
+
-- vim-plug
99
+
Plug'robitx/gp.nvim'
100
+
101
+
require("gp").setup()
102
+
103
+
-- or setup with your own config (see Install > Configuration in Readme)
104
+
-- require("gp").setup(config)
105
+
106
+
-- shortcuts might be setup here (see Usage > Shortcuts in Readme)
107
+
```
97
108
## 2. OpenAI API key
98
109
99
110
Make sure you have OpenAI API key. [Get one here](https://platform.openai.com/account/api-keys) and use it in the [4. Configuration](#4-configuration). Also consider setting up [usage limits](https://platform.openai.com/account/billing/limits) so you won't get suprised at the end of the month.
0 commit comments