summaryrefslogtreecommitdiff
path: root/mac/.config/kickstart/doc/kickstart.txt
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-23 12:42:37 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-23 12:42:37 +0900
commit07d294425a98ee5d1e22d03e2b24ae2c76e487c0 (patch)
treea6818f0d64438c5fdb88b00a35d944f80c056213 /mac/.config/kickstart/doc/kickstart.txt
parent6fc28cdb3529ca8ee864cb5c41674cb0a4af72a1 (diff)
updates
Diffstat (limited to 'mac/.config/kickstart/doc/kickstart.txt')
-rw-r--r--mac/.config/kickstart/doc/kickstart.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/mac/.config/kickstart/doc/kickstart.txt b/mac/.config/kickstart/doc/kickstart.txt
new file mode 100644
index 0000000..cb87ac3
--- /dev/null
+++ b/mac/.config/kickstart/doc/kickstart.txt
@@ -0,0 +1,24 @@
+================================================================================
+INTRODUCTION *kickstart.nvim*
+
+Kickstart.nvim is a project to help you get started on your neovim journey.
+
+ *kickstart-is-not*
+It is not:
+- Complete framework for every plugin under the sun
+- Place to add every plugin that could ever be useful
+
+ *kickstart-is*
+It is:
+- Somewhere that has a good start for the most common "IDE" type features:
+ - autocompletion
+ - goto-definition
+ - find references
+ - fuzzy finding
+ - and hinting at what more can be done :)
+- A place to _kickstart_ your journey.
+ - You should fork this project and use/modify it so that it matches your
+ style and preferences. If you don't want to do that, there are probably
+ other projects that would fit much better for you (and that's great!)!
+
+ vim:tw=78:ts=8:ft=help:norl: