Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
docs: Improved docs on adding / installing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgmeean committed Sep 21, 2022
1 parent 093b2c0 commit 618cbb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ vim.opt.colorcolumn = 120 -- Regular vim options can also be set
##### Adding plugins

Additional packages can be imported with the `doom.use_package()` function.
Additional packages can be installed with the `doom.use_package()` function.
This is a wrapper around `packer.use()` and provides the same API. [DOCS](https://github.com/wbthomason/packer.nvim#quickstart)

```lua
Expand All @@ -164,6 +164,8 @@ doom.use_package({
})
```

> Note: you will need to restart nvim and run `:PackerSync` after add/removing packages to import them correctly.
##### Adding Keybinds

Additional keybinds can be defined with the `doom.use_keybind()` function.
Expand Down

0 comments on commit 618cbb2

Please sign in to comment.