Skip to content

Commit

Permalink
Add warning to VIM documentation to reinitialize project if libraries…
Browse files Browse the repository at this point in the history
… are added, installed or used. (#249)
  • Loading branch information
AshleighWilson authored Jun 14, 2022
1 parent f0acc30 commit b294c40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration/ide/vim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ command and generate project via :option:`pio project init --ide` command:
pio project init --ide vim --board <ID>
.. warning::
The libraries which are added, installed or used in the project
after generating process won't be reflected in IDE. To fix it you
need to reinitialize project using :ref:`cmd_project_init` (repeat it).

Recommended bundles:

* `C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting <https://github.com/MaskRay/ccls>`_
Expand Down

0 comments on commit b294c40

Please sign in to comment.