From 05ffa3060299db9fdb6f95ae86182db35ceedd28 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 13 Mar 2021 16:22:55 +0530 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 408dab1..96d0dc0 100644 --- a/README.md +++ b/README.md @@ -58,5 +58,5 @@ git clone https://github.com/wbthomason/packer.nvim\ ![image](https://user-images.githubusercontent.com/59060246/111027526-d43f5780-8416-11eb-87d2-6f85f5f2be6f.png) . - I'd install it first and add its setup line ( require'lspconfig'.clangd.setup{} ) in /lua/lsp_config/lua.lua file . + I'd install it first and add its setup line ( require'lspconfig'.clangd.setup{} ) in /lua/nvim-lspconfig/lua.lua file .