From d0980b7109b3098d22b16cdd78c98386ba6182b3 Mon Sep 17 00:00:00 2001 From: mxzel <976508106@qq.com> Date: Fri, 10 Sep 2021 23:34:18 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d8251..beef884 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Without/with Treesitter: - Beautiful and configurable icons with [nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons). - Pretty and functional statusline with [feline.nvim](https://github.com/Famiu/feline.nvim). - Git diffs and more with [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) . -- NeoVim Lisp configuration with [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). +- NeoVim Lsp configuration with [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). - Autocompletion with [nvim-cmp](https://github.com/hrsh7th/nvim-cmp). - File searching, previewing image and text files and more with [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim). - Syntax highlighting with [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter).