From caba57f719c2dca02e6d82e91e4e2cae523667ae Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 24 Sep 2023 03:22:23 +0200 Subject: [PATCH] Add notice to readme --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f8475b..bd39dbe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,24 @@ -# System Reqiurements +# Notice + +Welcome! + +This is where I host my Neovim configuration. Feel free to look around or use it +for yourself, but keep in mind the following: + +- This is a work in progress. Many things may change without warning. +- This is *my* prefered setup, the goal of this project is not to accomodate the +general users needs. + +If you are looking to get started with Neovim, I would instead recommend one of these awesome projects: +- [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) + - Recommended for a minimal setup to build upon yourself. +- [LunarVim](https://www.lunarvim.org/) +- [NvChad](https://nvchad.com/) +- [LazyVim](https://www.lazyvim.org/) +- [AstroNvim](https://astronvim.com/) + + +# System Requirements These are the requirements to make use of this neovim configuration. - Neovim 0.10 or later