From 4a21dccac32924f567a760ba26ede09da0d24439 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 6 Jul 2021 12:29:48 +0200 Subject: [PATCH] Created Project Goals (markdown) --- Project-Goals.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Project-Goals.md diff --git a/Project-Goals.md b/Project-Goals.md new file mode 100644 index 0000000..4ae4786 --- /dev/null +++ b/Project-Goals.md @@ -0,0 +1,11 @@ +- This project aims to help one transition away from VSCode, and into a + superior text editing experience. (Just making this clear) + +- This is also a community project, if you would like to see support for + a feature or + [language](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md) + consider making a PR. + +- This project will do it’s best to include core features you would + expect from a modern IDE, while making it easy to add or remove what + the user wants.