aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-08-23 21:12:50 +0800
committerGitHub <noreply@github.com>2022-08-23 21:12:50 +0800
commit6539e72a5d36c308f859a30a97a52deb22f16090 (patch)
tree34c5c9d261bfbfc590effae4c89a671cf705ffa2 /lua/plugins.lua
parent96129335ad5dcb39ee68fcebfd15dfb01923fc14 (diff)
parentb279c0cd95bc1246726deecf1199ea3c132ea0c6 (diff)
Merge pull request #75 from jdhao/typo-fix
fix some typos
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 1b84475..c4cba2c 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -30,7 +30,7 @@ local packer_util = require('packer.util')
packer.startup({
function(use)
- -- it is recommened to put impatient.nvim before any other plugins
+ -- it is recommended to put impatient.nvim before any other plugins
use {'lewis6991/impatient.nvim', config = [[require('impatient')]]}
use({"wbthomason/packer.nvim", opt = true})