Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-27 | Merge 'upstream/master' add plugin specs docstring, remove lazy.nvim ↵ | Damjan 9000 | |
configuration (empty) table | |||
2024-02-26 | Merge 'upstream/master' fixups (autocommand, auto_install) | Damjan 9000 | |
fixup: change comment to reflect auto_install fixup: add autocommand link for help and description | |||
2024-02-26 | Merge 'upstream/master' rewrite: slimmer, trimmer and more lazy kickstart.nvim | Damjan 9000 | |
2024-02-26 | rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) | TJ DeVries | |
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-05 | Merge 'upstream/master' Add Build Step to LuaSnip | Damjan 9000 | |
2024-02-03 | Merge 'upstream/master' feat: added contexts for code action - source ↵ | Damjan 9000 | |
fix-all errors | |||
2024-01-29 | Merge 'upstream/master' Add Onedark Style | Damjan 9000 | |
2024-01-29 | Merge 'upstream/master' Set status line theme to the global colorscheme | Damjan 9000 | |
2024-01-12 | Merge 'upstream/master' Removed duplicate line | Damjan 9000 | |
2024-01-08 | Merge 'upstream/master' Add Missing Fields to Treesitter Config to Resolve ↵ | Damjan 9000 | |
Warnings | |||
2023-12-24 | Merge 'upstream/master' fix: restore mason config timing for dap startup | Damjan 9000 | |
2023-12-22 | Merge 'upstream/master' Switch cmp up mapping from C-d to C-b | Damjan 9000 | |
2023-12-08 | Merge 'upstream/master' feat(cmp): path completion feature | Damjan 9000 | |
2023-12-04 | Merge 'upstream/master' keymaps for telescope and gitsigns | Damjan 9000 | |
2023-12-03 | Merge 'upstream/master' Run stylua | Damjan 9000 | |
2023-11-24 | Merge remote-tracking branch 'upstream/master' | Damjan 9000 | |
option to reduce noisy Lua_LS's missing-fields warnings (#511) | |||
2023-11-14 | Merge remote-tracking branch 'upstream/master' | Damjan 9000 | |
- remove 'legacy' tag from fidget.nvim | |||
2023-11-12 | Merge remote-tracking branch 'upstream/master' | Damjan 9000 | |
- fix(auto-completion): ensure first menu item is selected by default | |||
2023-11-07 | Merge remote-tracking branch 'upstream/master' | Damjan 9000 | |
- init.lua: minor edits of section comments for consistency - init.lua: move diagnostic keymaps together with other keymaps | |||
2023-11-07 | Merge remote-tracking branch 'upstream/master' | Damjan 9000 | |
- Telescope live_grep on Git root - Update README.md: windows powershell | |||
2023-11-03 | Added lua/cmp-setup.lua | Damjan 9000 | |
2023-11-03 | Added lua/lsp-setup.lua | Damjan 9000 | |
2023-11-03 | Added lua/treesitter-setup.lua | Damjan 9000 | |
2023-11-03 | Added lua/telescope-setup.lua | Damjan 9000 | |
2023-11-03 | Added lua/keymaps.lua | Damjan 9000 | |
2023-11-03 | Added lua/options.lua | Damjan 9000 | |
2023-11-03 | Added lua/lazy-plugins.lua | Damjan 9000 | |
2023-11-03 | Added lua/lazy-bootstrap.lua | Damjan 9000 | |
2023-06-18 | Add descriptions for debugging keybindings. | Juan Giordana | |
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. | |||
2023-06-04 | Revert "Refactor theme and status line into their own file" | Chris Patti | |
This reverts commit cdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9. | |||
2023-06-03 | Refactor theme and status line into their own file | Chris Patti | |
2023-04-26 | Added disconnect emoji for nvim-dap-ui | Keiwan Jamaly | |
2023-04-24 | Dapui.toggle is added | SamPosh | |
2023-04-12 | mason nvim dap 2.0 removed setup_handlers() (#258) | Kai Windle | |
2023-02-17 | feat: move to lazy.nvim package manager and add first plugins (#178) | TJ DeVries | |
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 |