forked from nvim-lua/kickstart.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upstream/master: (46 commits) Automatically set detached state as needed. (nvim-lua#925) fix: debug.lua (nvim-lua#918) Add diff to treesitter's ensure_installed languages (nvim-lua#908) Move LspDetach handler near kickstart-lsp-highlight group (nvim-lua#900) README: add clipboard tool dependency (nvim-lua#886) Update README.md (nvim-lua#875) fix: highlight group clear on each attach (nvim-lua#874) Fix highlight errors when lsp crash or stop (nvim-lua#864) Fix deprecation notice of inlay hints (nvim-lua#873) Add a commented out example of the classic complete keymaps. Fixes nvim-lua#866 (nvim-lua#868) Minor improvements of debian install instructions. Fixes nvim-lua#859 (nvim-lua#869) Update README.md (nvim-lua#860) fix: restore Mason config timing for DAP startup (again) (nvim-lua#865) Add gitsigns recommended keymaps as an optional plugin (nvim-lua#858) Move plugin examples from README to optional plugin files (nvim-lua#831) Enable inlay hints for the supporting servers (nvim-lua#843) Fix: nvim-lua#847 - add prefer_git to treesitter config (nvim-lua#856) Comment about nerd font selection. Fixes nvim-lua#853 (nvim-lua#854) Arch, btw (nvim-lua#852) Update README (nvim-lua#832) Add a pull request template (nvim-lua#825) README: move backup and paths from external deps to install section (nvim-lua#819) Don't lazy load conform plugin (nvim-lua#818) Add a keymap space-f to format buffer using conform (nvim-lua#817) Add instructions to quit :lazy. Fixes nvim-lua#761 fix nvim-lua#799 (nvim-lua#800) README: wrap long lines (nvim-lua#784) Update README.md (nvim-lua#781) Add nvim-nio as dependency for nvim-dap-ui (nvim-lua#774) Some suggestions and capitalised a few words (nvim-lua#771) ... > **NOTE**
- Loading branch information
Showing
8 changed files
with
423 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*************************************************************************** | ||
**NOTE** | ||
Please verify that the `base repository` above has the intended destination! | ||
Github by default opens Pull Requests against the parent of a forked repository. | ||
If this is your personal fork and you didn't intend to open a PR for contribution | ||
to the original project then adjust the `base repository` accordingly. | ||
************************************************************************** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.