| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nvim: Remove lazy-lock.json from gitignore as recommended | Christoph Schlosser | 2025-03-16 | 1 | -1/+0 |
| | | |||||
| * | rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) | TJ DeVries | 2024-02-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ------------------------------------------------------------------------------- ``` | ||||
| * | Remove lazy-lock.json from .gitignore | Anthony Fiddes | 2023-09-27 | 1 | -1/+0 |
| | | |||||
| * | feat: move to lazy.nvim package manager and add first plugins (#178) | TJ DeVries | 2023-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | move server config to easy to extend style (#71) | TJ DeVries | 2022-12-20 | 1 | -0/+1 |
| | | | | | | | | | | 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. | ||||
| * | fixup: add gitignore and style | TJ DeVries | 2022-12-06 | 1 | -0/+2 |
| | | |||||
| * | reformat to reduce merge conflicts and add fidget | TJ DeVries | 2022-11-18 | 1 | -0/+1 |
| | | |||||
| * | init: kickstart.nvim | TJ DeVries | 2022-06-23 | 1 | -0/+1 |