diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-06-04 17:02:43 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-06-04 17:02:43 -0600 |
commit | 2ae591cb0a56746bb6c5023b96234d46b946d32c (patch) | |
tree | b67470166838c68e081953df1dc518f0c026024c /doc | |
parent | 7bd97062c98418a9bdf31df0b84737da67bed38b (diff) |
final changes from kickstart.nvim, moved sets and remaps to separatefiles, removed unnecessary stuff
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kickstart.txt | 24 | ||||
-rw-r--r-- | doc/tags | 3 |
2 files changed, 0 insertions, 27 deletions
diff --git a/doc/kickstart.txt b/doc/kickstart.txt deleted file mode 100644 index cb87ac3..0000000 --- a/doc/kickstart.txt +++ /dev/null @@ -1,24 +0,0 @@ -================================================================================ -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/doc/tags b/doc/tags deleted file mode 100644 index 687ae77..0000000 --- a/doc/tags +++ /dev/null @@ -1,3 +0,0 @@ -kickstart-is kickstart.txt /*kickstart-is* -kickstart-is-not kickstart.txt /*kickstart-is-not* -kickstart.nvim kickstart.txt /*kickstart.nvim* |