From: Yegappan Lakshmanan Date: Sat, 10 Sep 2022 00:40:12 +0000 (-0700) Subject: Update the installation instructions with the correct directory name. X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6ca70ddd434f76c5b16b9918402c5e0ce7404ec9;p=vim-lsp.git Update the installation instructions with the correct directory name. --- diff --git a/doc/lsp.txt b/doc/lsp.txt index 5998433..96158f0 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -2,12 +2,12 @@ Author: Yegappan Lakshmanan (yegappan AT yahoo DOT com) For Vim version 8.2.2342 and above -Last change: Mar 8, 2022 +Last change: Sep 9, 2022 ============================================================================== *lsp-license* License: MIT License -Copyright (c) 2020-2021 Yegappan Lakshmanan +Copyright (c) 2020-2022 Yegappan Lakshmanan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to @@ -49,8 +49,8 @@ The Github repository for this plugin is available at: You can install this plugin directly from github using the following steps: - $ mkdir -p $HOME/.vim/pack/downloads/lsp - $ cd $HOME/.vim/packa/downloads/lsp + $ mkdir -p $HOME/.vim/pack/downloads/opt + $ cd $HOME/.vim/pack/downloads/opt $ git clone https://github.com/yegappan/lsp or you can use any one of the Vim plugin managers (dein.vim, pathogen, vam,