diff --git a/README.md b/README.md
index 9b64758..3a79972 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,31 @@ Very fast autocomplete
|
+[Neovim's plugin manager](https://neovim.io/doc/user/pack/#_plugin-manager)
+
+ |
+
+
+```lua
+vim.pack.add({
+ "https://github.com/numerataz/ninetyfive.nvim"
+})
+
+-- Then you can call setup
+require("ninetyfive").setup({
+ enable_on_startup = true, -- Enable plugin on startup
+ mappings = {
+ accept = "", -- Change default keybindings
+ reject = "", -- Change default keybindings
+ }
+})
+```
+
+ |
+
+
+|
+
[wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim)
|