aboutsummaryrefslogtreecommitdiff
path: root/lua/kickstart/plugins
AgeCommit message (Collapse)Author
2024-04-22Merge 'upstream' Fix highlight errors when lsp crash or stopDamjan 9000
2024-04-22Merge 'upstream' Fix deprecation notice of inlay hintsDamjan 9000
2024-04-20Merge 'upstream' example of the classic complete keymapsDamjan 9000
- Add a commented out example of the classic complete keymaps. - Minor improvements of debian install instructions.
2024-04-20Merge 'upstream' fix: restore Mason config timing for DAP startupDamjan 9000
2024-04-18Merge 'upstream' Add gitsigns recommended keymapsDamjan 9000
Note, the upstream base gitsigns config and optional gitsigns plugin are merged into the same plugin spec, so the gitsigns keymaps are enabled by default.
2024-04-17Add gitsigns recommended keymaps as an optional plugin (#858)Damjan 9000
2024-04-17Merge 'upstream' Move plugin examples from README to optional plugin filesDamjan 9000
2024-04-17Move plugin examples from README to optional plugin files (#831)Damjan 9000
* Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin
2024-04-17Merge 'upstream' prefer_git, inlay hintsDamjan 9000
- add prefer_git to treesitter config - Enable inlay hints for the supporting servers
2024-04-01Merge 'upstream' Don't lazy load conform pluginDamjan 9000
2024-03-31Merge 'upstream' Add a keymap space-f to format buffer using conformDamjan 9000
2024-03-28Merge 'upstream' Add luadoc in treesitter, instructions to quit lazyDamjan 9000
- Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter` - Add instructions to quit :lazy
2024-03-19Merge 'upstream' Add nvim-nio as dependency for nvim-dap-uiDamjan 9000
2024-03-18Add nvim-nio as dependency for nvim-dap-ui (#774)José Miguel Sarasola
It's a dependency now
2024-03-18Merge 'upstream' Some suggestions and capitalised a few wordsDamjan 9000
2024-03-18Merge 'upstream' feat: add linter plugin, lua_ls config commentDamjan 9000
- feat: add linter plugin - assign table to filetype in lua_ls config comment
2024-03-18feat: add linter plugin (#699)Fredrik Averpil
2024-03-15Merge 'upstream' conform: disable autoformat on save for specified filetypesDamjan 9000
2024-03-15Merge 'upstream' timeoutlen, cmp scroll, friendly snippets, luasnip, rubyDamjan 9000
Merged: - fix: disable ts indenting for Ruby - doc: add note about advanced luasnip features - Move friendly snippets to dependencies of LuaSnip (#759) - Add <C-b>/<C-f> cmp mapping to scroll cmp docs (#750) - doc: add info about timeoutlen (#691)
2024-03-12Merge 'upstream' Added folke/neodev.nvim for proper nvim api completion and ↵Damjan 9000
annotation
2024-03-12Merge 'upstream' rename <C-t>, use opts for treesitterDamjan 9000
- chore: rename <C-T> to <C-t> for consistency - feat: allow treesitter defaults to be overwritten from custom directory
2024-03-10Merge 'upstream' use init for colorschemeDamjan 9000
2024-03-06Merge 'upstream/master' Make the Nerd Font an optional requirementDamjan 9000
2024-03-06Merge 'upstream/master' Add more detail to colorscheme commentDamjan 9000
2024-03-04Merge 'upstream/master' cursor location, trailing spaces, new youtube videoDamjan 9000
Change statusline location to LINE:COLUMN chore: remove trailing spaces from readme chore: link new installation youtube video
2024-03-03Merge 'upstream/master' VimEnter, win install, custom/plugins noteDamjan 9000
fix: add note in readme for custom plugins README.md: updated windows install instructions (#674) feat: use VimEnter event instead of VeryLazy (#673)
2024-03-01Merge 'upstream/master' chore: fix typosDamjan 9000
2024-03-01Merge 'upstream/master' fixup style, lua lsp snippetsDamjan 9000
fixup: updated some style stuff feat: enable lua lsp snipppets
2024-02-28Merge 'upstream/master' Change mini.statusline location format to LINE:COLUMNDamjan 9000
2024-02-26Merge '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-26Merge 'upstream/master' rewrite: slimmer, trimmer and more lazy kickstart.nvimDamjan 9000
2024-02-26rewrite: 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 ------------------------------------------------------------------------------- ```
2023-06-18Add 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-04Revert "Refactor theme and status line into their own file"Chris Patti
This reverts commit cdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9.
2023-06-03Refactor theme and status line into their own fileChris Patti
2023-04-26Added disconnect emoji for nvim-dap-uiKeiwan Jamaly
2023-04-24Dapui.toggle is addedSamPosh
2023-04-12mason nvim dap 2.0 removed setup_handlers() (#258)Kai Windle
2023-02-17feat: 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