Skip to content

Commit 39a3fcc

Browse files
authored
feat: move to lazy.nvim package manager and add first plugins (nvim-lua#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
1 parent 87ff7a9 commit 39a3fcc

File tree

8 files changed

+377
-156
lines changed

8 files changed

+377
-156
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ tags
22
test.sh
33
.luarc.json
44
nvim
5-
plugin/packer_compiled.lua
5+
lazy-lock.json

Dockerfile

Lines changed: 0 additions & 34 deletions
This file was deleted.

doc/kickstart.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
================================================================================
2+
INTRODUCTION *kickstart.nvim*
3+
4+
Kickstart.nvim is a project to help you get started on your neovim journey.
5+
6+
*kickstart-is-not*
7+
It is not:
8+
- Complete framework for every plugin under the sun
9+
- Place to add every plugin that could ever be useful
10+
11+
*kickstart-is*
12+
It is:
13+
- Somewhere that has a good start for the most common "IDE" type features:
14+
- autocompletion
15+
- goto-definition
16+
- find references
17+
- fuzzy finding
18+
- and hinting at what more can be done :)
19+
- A place to _kickstart_ your journey.
20+
- You should fork this project and use/modify it so that it matches your
21+
style and preferences. If you don't want to do that, there are probably
22+
other projects that would fit much better for you (and that's great!)!
23+
24+
vim:tw=78:ts=8:ft=help:norl:

doc/tags

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kickstart-is kickstart.txt /*kickstart-is*
2+
kickstart-is-not kickstart.txt /*kickstart-is-not*
3+
kickstart.nvim kickstart.txt /*kickstart.nvim*

0 commit comments

Comments
 (0)