diff options
author | christianchiarulli <[email protected]> | 2021-07-08 18:40:30 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 18:40:30 -0400 |
commit | bf60be79a42186a153a26bf11665f703c1dfc83e (patch) | |
tree | 0090ac8b905ff0fb75e1bec571770d046845d553 | |
parent | 0d388e430ec566c8e68cde0e044529079f21c337 (diff) |
update readme
-rw-r--r-- | README.md | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -25,14 +25,14 @@ Make sure you have the newest version of Neovim (0.5). ``` bash -bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/stable/utils/installer/install.sh) +bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/master/utils/installer/install.sh) ``` ## Installing LSP for your language Just enter `:LspInstall` followed by `<TAB>` to see your options -**NOTE** I recommend installing `lua` language support to make work +**NOTE** I recommend installing `lua` for autocomplete in `lv-config.lua` ## Configuration file @@ -101,14 +101,6 @@ O.lang.python.analysis.use_library_code_types = true -- } ``` -**NOTE** After changing a setting it is important to exit LunarVim and run the following: - -``` -:PackerInstall - -:PackerCompile -``` - ## Updating LunarVim In order to update you should be aware of three things `Plugins`, `LunarVim` and `Neovim` @@ -125,6 +117,8 @@ To update LunarVim: cd ~/.config/nvim && git pull ``` +To update Neovim use your package manager + ## Resources - [YouTube](https://www.youtube.com/channel/UCS97tchJDq17Qms3cux8wcA) |