]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Update the installation instructions with the correct directory name.
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 10 Sep 2022 00:40:12 +0000 (17:40 -0700)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 10 Sep 2022 00:40:26 +0000 (17:40 -0700)
doc/lsp.txt

index 5998433985e1dc3731d820de494d070d91abc8e2..96158f0f7d85de8fa4bde28ddfafc00022be88e7 100644 (file)
@@ -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,