Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 89381ac

Browse files
authored
Update README.MD
Added install instructions for vim8's native package manager
1 parent 9e42350 commit 89381ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ Plug 'neovim/nvim-lsp' " nvim-lsp
6363
6464
Plug 'jackguo380/vim-lsp-cxx-highlight'
6565
```
66+
Using vim8's native package manager (Run this command in a terminal)
67+
68+
```bash
69+
git clone https://github.com/jackguo380/vim-lsp-cxx-highlight.git ~/.vim/pack/vendor/start/vim-lsp-cxx-highlight
70+
```
6671

6772
For `cquery` the following initializationOptions are needed:
6873
```json

0 commit comments

Comments
 (0)