From b438a7450f1c57ce07e3fe0739fde8e0468999e7 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Mon, 20 Dec 2021 23:27:41 +0100 Subject: [PATCH] Fix typos --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1501fc0..77e8110 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ use { "mickael-menu/zk-nvim", requires = { "neovim/nvim-lspconfig" } } + -- Telescope is optional use { 'nvim-telescope/telescope.nvim', @@ -20,8 +21,8 @@ Using [vim-plug](https://github.com/junegunn/vim-plug) ```viml Plug "mickael-menu/zk-nvim" Plug "neovim/nvim-lspconfig" -Plug 'nvim-telescope/telescope.nvim' -- optional -Plug 'nvim-lua/plenary.nvim' -- optional, dependency for Telescope +Plug 'nvim-telescope/telescope.nvim' " optional +Plug 'nvim-lua/plenary.nvim' " optional, dependency for Telescope ``` ## Setup