forked from nvim-lua/kickstart.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move to lazy.nvim package manager and add first plugins (nvim-l…
…ua#178) Closes nvim-lua#175 Closes nvim-lua#177 Closes nvim-lua#173 Closes nvim-lua#169 Closes nvim-lua#161 Closes nvim-lua#144 Closes nvim-lua#138 Fixes nvim-lua#136 Closes nvim-lua#137 Closes nvim-lua#131 Closes nvim-lua#117 Closes nvim-lua#130 Closes nvim-lua#115 Closes nvim-lua#86 Closes nvim-lua#105 Closes nvim-lua#70 Fixes nvim-lua#176 Fixes nvim-lua#174 Fixes nvim-lua#160 Fixes nvim-lua#158
- Loading branch information
Showing
9 changed files
with
457 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ tags | |
test.sh | ||
.luarc.json | ||
nvim | ||
plugin/packer_compiled.lua | ||
lazy-lock.json |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kickstart-is kickstart.txt /*kickstart-is* | ||
kickstart-is-not kickstart.txt /*kickstart-is-not* | ||
kickstart.nvim kickstart.txt /*kickstart.nvim* |
Oops, something went wrong.