summaryrefslogtreecommitdiffstats
path: root/nvim/lua/kickstart/plugins
Commit message (Collapse)AuthorAgeFilesLines
* rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)TJ DeVries2024-02-262-74/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 ------------------------------------------------------------------------------- ```
* Add descriptions for debugging keybindings.Juan Giordana2023-06-181-10/+11
| | | | | | | Add descriptions for debugging key bindings. Improve formatting by changing double quotes to single quotes in order to keep compatibility with the rest of the kickstart.nvim project.
* Revert "Refactor theme and status line into their own file"Chris Patti2023-06-043-27/+11
| | | | This reverts commit 4dd2f71906c4278356f80736ee7f3faaf3cdb3ca.
* Refactor theme and status line into their own fileChris Patti2023-06-033-11/+27
|
* Added disconnect emoji for nvim-dap-uiKeiwan Jamaly2023-04-261-0/+1
|
* Dapui.toggle is addedSamPosh2023-04-241-1/+3
|
* mason nvim dap 2.0 removed setup_handlers() (#258)Kai Windle2023-04-121-6/+4
|
* feat: move to lazy.nvim package manager and add first plugins (#178)TJ DeVries2023-02-172-0/+159
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