summaryrefslogtreecommitdiffstats
path: root/nvim/doc
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2023-02-17 16:31:57 -0500
committerGitHub <noreply@github.com>2023-02-17 16:31:57 -0500
commit66e7a6c077345ddef82ed252228901e3032d7cef (patch)
tree3dbe70d9492e1a130010cbd22badfb11551ad259 /nvim/doc
parentd1c084ef19f03d397d80e7aa1d7ad89cc7351646 (diff)
downloaddots-66e7a6c077345ddef82ed252228901e3032d7cef.tar.gz
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175 Closes #177 Closes #173 Closes #169 Closes #161 Closes #144 Closes #138 Fixes #136 Closes #137 Closes #131 Closes #117 Closes #130 Closes #115 Closes #86 Closes #105 Closes #70 Fixes #176 Fixes #174 Fixes #160 Fixes #158
Diffstat (limited to 'nvim/doc')
-rw-r--r--nvim/doc/kickstart.txt24
-rw-r--r--nvim/doc/tags3
2 files changed, 27 insertions, 0 deletions
diff --git a/nvim/doc/kickstart.txt b/nvim/doc/kickstart.txt
new file mode 100644
index 0000000..cb87ac3
--- /dev/null
+++ b/nvim/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:
diff --git a/nvim/doc/tags b/nvim/doc/tags
new file mode 100644
index 0000000..687ae77
--- /dev/null
+++ b/nvim/doc/tags
@@ -0,0 +1,3 @@
+kickstart-is kickstart.txt /*kickstart-is*
+kickstart-is-not kickstart.txt /*kickstart-is-not*
+kickstart.nvim kickstart.txt /*kickstart.nvim*