diff options
author | Stephen Lewis <code@stephenlewis.me> | 2022-06-28 20:45:51 +0000 |
---|---|---|
committer | TJ DeVries <devries.timothyj@gmail.com> | 2022-07-11 09:09:04 -0400 |
commit | aec3137ca3fc0c7566f9b9760b12f7b70a48a791 (patch) | |
tree | 0ebfa269215df3e3229c2bac8a5e80f035b12746 | |
parent | d85fb8a998620c4a66f1fd7bf0b6e6f0f4fd9778 (diff) |
Fix typo in help reference
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ require('gitsigns').setup { } -- [[ Configure Telescope ]] --- See `:help telesceope` and `:help telescope.setup()` +-- See `:help telescope` and `:help telescope.setup()` require('telescope').setup { defaults = { mappings = { |