Commit Graph
17 Commits
Author SHA1 Message Date
TJ DeVries e6710a461a fix: add note in readme for custom plugins 2024-03-03 03:13:16 -05:00
TJ DeVries b58666dd15 fixup: updated some style stuff 2024-02-29 12:08:01 -05:00
TJ DeVries af4fd2355f fixup: change comment to reflect auto_install 2024-02-26 10:46:31 -05:00
TJ DeVries 1c89b024c8 fixup: add autocommand link for help and description 2024-02-26 10:45:32 -05:00
TJ DeVriesandGitHub 8b5d48a199 rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)
We've removed over 1/3 of the code that was in kickstart previously,
and more than doubled the amount of comments explaining every line
of code (to the best of my ability).

kickstart now properly uses many of the lazy.nvim config and loading
idioms, which should be really helpful for people moving both to
modular configs, as well as extending the kickstart config in one file.

Additional features:
- Beautiful ascii art
- Added some documentation that explains what is an LSP, what is telescope, etc
- There is now a `:checkhealth` for kickstart, which checks some basic information
  and adds useful information for maintainers (for people cloning the repo).
- Improved LSP configuration and tool installation, for easier first time startup
- Changed init.lua ordering, so that it moves from simple options to complicated config

```
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Lua                              1            108            404            298
-------------------------------------------------------------------------------
```
2024-02-26 10:03:53 -05:00
TJ DeVriesandGitHub 3526fbeec9 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
2023-02-17 16:31:57 -05:00
TJ DeVriesandGitHub 521940693e move server config to easy to extend style (#71)
Move servers to new configuration style.

I will probably cover this in a new shorter video, or maybe in combination with something else.
This should hopefully remove  getting so many people making issues about LSPs that they don't want to.

I can update documentation if what is happening is not clear.
2022-12-20 22:12:39 -05:00
TJ DeVries aa660e64ce remove python indent: closes #78 2022-12-20 16:03:05 -05:00
TJ DeVriesandGitHub 6dccf03fd2 Update issue templates (#72) 2022-12-19 21:29:52 -05:00
TJ DeVries f218bcd6fe note: tell people to remove languages they arent going to use 2022-12-19 17:56:21 -05:00
TJ DeVriesandGitHub c73aefcb21 Closes #46 2022-12-17 21:40:20 -05:00
TJ DeVriesandGitHub 760823f1e3 small changes to default mappings (#41) 2022-12-13 11:21:34 -05:00
TJ DeVries e3b768619c fixup: add gitignore and style 2022-12-06 21:18:43 -05:00
TJ DeVriesandGitHub d5bbf7cef2 add more explicit note about latest versions of nvim 2022-11-25 13:23:30 -05:00
TJ DeVries e311d48c97 reformat to reduce merge conflicts and add fidget 2022-11-18 21:04:04 -05:00
TJ DeVries 5788a41cb8 license 2022-06-25 21:51:44 -04:00
TJ DeVries 4c4096cf30 init: kickstart.nvim 2022-06-23 23:35:53 -04:00