added nvim-tree, autosave, and autopair plugins

This commit is contained in:
ZachHunn 2023-10-25 21:56:34 -10:00
parent c030ba8f5d
commit 11f51974ae
2 changed files with 38 additions and 9 deletions

View file

@ -33,7 +33,7 @@ Neovim's configurations are located under the following paths, depending on your
| OS | PATH |
| :- | :--- |
| Linux | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |
| MacOS | `$XDG_CONFIG_HOME/nvim`, '~/.config/nvim` |
| MacOS | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |
| Windows | `%userprofile%\AppData\Local\nvim\` |
Clone kickstart.nvim: