1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update readme

This commit is contained in:
jdhao 2021-07-25 16:44:16 +08:00
parent 89284cf903
commit 9a31a24a25

View File

@ -4,10 +4,10 @@
# Introduction # Introduction
This is my Neovim configuration for all the platforms I use (Linux, Windows and This repo hosts my Nvim configuration for all the platforms I am using (Linux,
macOS). `init.vim` is the config file for terminal Neovim, and `ginit.vim` is Windows and macOS). `init.vim` is the config entrypoint for terminal Neovim,
the additional config file for GUI client of Neovim (I am using and `ginit.vim` is the additional config file for GUI client of Neovim (I am
[neovim-qt](https://github.com/equalsraf/neovim-qt) for now on Windows). using [neovim-qt](https://github.com/equalsraf/neovim-qt) for now on Windows).
My configurations are heavily documented to make it as clear as possible. While My configurations are heavily documented to make it as clear as possible. While
you can download the whole repository and use it, it is not recommended though. you can download the whole repository and use it, it is not recommended though.
@ -18,6 +18,9 @@ add it to your own Nvim config.
See [doc here](docs/README.md) on how to install Nvim's dependencies, Nvim See [doc here](docs/README.md) on how to install Nvim's dependencies, Nvim
itself, and how to set up on different platforms (Linux, macOS and Windows). itself, and how to set up on different platforms (Linux, macOS and Windows).
**This config is always tested against the latest nvim master release. No
backward compatibility is guaranteed.**
# Features # # Features #
+ Plugin management via [Packer.nvim](https://github.com/wbthomason/packer.nvim). + Plugin management via [Packer.nvim](https://github.com/wbthomason/packer.nvim).