aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-17Merge 'upstream' fix(lazy): added error handling for bootstrapDamjan 9000
2024-07-17Merge 'upstream' which-key v3 updateDamjan 9000
2024-07-16fix(lazy): added error handling for bootstrap (#1001)Folke Lemaitre
2024-07-16which-key v3 update (#1022)Vladislav Grechannik
* which-key v3 update * remove unneeded brackets from which-key registration
2024-05-10Merge 'upstream' debug.lua: Automatically set detached state as needed.Damjan 9000
2024-05-10Automatically set detached state as needed. (#925)Per Malmberg
* Automatically set detached state as needed. * Use vim.fn.has instead. * Fix int vs bool.
2024-05-08Merge 'upstream' fix: debug.luaDamjan 9000
2024-05-08fix: debug.lua (#918)Smig
2024-05-06Merge 'upstream' Add diff to treesitter's ensure_installed languagesDamjan 9000
2024-05-05Add diff to treesitter's ensure_installed languages (#908)Richard Macklin
2024-05-03Merge 'upstream' Move LspDetach handler near kickstart-lsp-highlight groupDamjan 9000
2024-05-02Move LspDetach handler near kickstart-lsp-highlight group (#900)Damjan 9000
Moved to make sure the kickstart-lsp-highlight group exists when the LspDetach handler is invoked. The LspDetach handler is used to clean up any lsp highlights that were enabled by CursorHold if the LSP is stopped or crashed.
2024-04-28Merge 'upstream' README: add clipboard tool dependencyDamjan 9000
2024-04-27README: add clipboard tool dependency (#886)Damjan 9000
Fixes: #884 Neovim requires an external tool for proper system clipboard integration. Some systems install this already by default: - on Fedora xsel is already installed by default - on Windows using the choko install the win32yank is alredy installed This is not installed by default on ubuntu or debian so adding that to the dependencies list and to the install instructions snippets.
2024-04-22Merge 'upstream' fix: highlight group clear on each attach, READMEDamjan 9000
2024-04-22Update README.md (#875)Adolfo Gante
Line 102. Placed 'also' before the 'includes'. "That includes also examples of adding popularly requested plugins." ---> "That also includes examples of adding popularly requested plugins."
2024-04-22fix: highlight group clear on each attach (#874)Francis Belanger
2024-04-22Merge 'upstream' Fix highlight errors when lsp crash or stopDamjan 9000
2024-04-22Fix highlight errors when lsp crash or stop (#864)Francis Belanger
* Fix highlight errors when lsp crash or stop It adds a check wether the client is still available before highlighting. If the client is not there anymore it returns `true` to unregister the autocommand This fix the `method textDocument/documentHighlight is not supported by any of the servers registered for the current buffer` errors when doing a LspRestart or the server crashes * Delete the highlight autocommands in the LspDetatch event * Only delete autocmds for the current buffer with the group name * Simplify clearing the autocommands --------- Co-authored-by: Francis Belanger <francis.belanger@ubisoft.com>
2024-04-22Merge 'upstream' Fix deprecation notice of inlay hintsDamjan 9000
2024-04-22Fix deprecation notice of inlay hints (#873)Vladislav Grechannik
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-20Add a commented out example of the classic complete keymaps. Fixes #866 (#868)Damjan 9000
2024-04-20Minor improvements of debian install instructions. Fixes #859 (#869)Damjan 9000
2024-04-20Merge 'upstream' Update README.md Debian install instructionsDamjan 9000
2024-04-20Update README.md (#860)Evan Carroll
Attempted fix for #859, provide reasonable Debian install instructions -- comment on GitHub issue with refinement.
2024-04-20Merge 'upstream' fix: restore Mason config timing for DAP startupDamjan 9000
2024-04-19fix: restore Mason config timing for DAP startup (again) (#865)GameFuzzy
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-17Enable inlay hints for the supporting servers (#843)Vladislav Grechannik
2024-04-17Fix: #847 - add prefer_git to treesitter config (#856)Chris Patti
2024-04-17Merge 'upstream' Comment about nerd font selection.Damjan 9000
2024-04-17Comment about nerd font selection. Fixes #853 (#854)Damjan 9000
2024-04-16Merge 'upstream' README: Arch Install StepsDamjan 9000
2024-04-16Arch, btw (#852)rdvm
* Arch, btw * Add unzip * Add unzip for Fedora and --needed arg for Arch
2024-04-09Merge 'upstream' README: add git to ubuntu installDamjan 9000
2024-04-08Update README (#832)Viet
2024-04-04Merge 'upstream' Add a pull request templateDamjan 9000
2024-04-04Add a pull request template (#825)Damjan 9000
2024-04-01Merge 'upstream' README: move backup and paths from external deps to install ↵Damjan 9000
section
2024-04-01README: move backup and paths from external deps to install section (#819)Damjan 9000
2024-04-01Merge 'upstream' Don't lazy load conform pluginDamjan 9000
2024-03-31Don't lazy load conform plugin (#818)Damjan 9000
2024-03-31Merge 'upstream' Add a keymap space-f to format buffer using conformDamjan 9000
2024-03-31Add a keymap space-f to format buffer using conform (#817)Damjan 9000
This works also for visual range selection Copied from conform recipe: https://github.com/stevearc/conform.nvim/blob/master/doc/recipes.md
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