Commit 69cd861
committed
Merge upstream/master
* upstream/master: (39 commits)
fix: which-key comment typo (nvim-lua#1227)
Fix nvim-dap not lazy loading (nvim-lua#1216)
feat: Change to prepare for upcoming deprecation of configuring diagnostic-signs using sign_define() (nvim-lua#1232)
Remove two because there are more than two. (nvim-lua#1213)
Set breakpoint icons and their highlight colors (nvim-lua#1194)
Change diagnostic symbols if vim.g.have_nerd_font is true (nvim-lua#1195)
samarth-nagar fix: lazy help tag on line 931 (nvim-lua#1167)
Disable linting autocmd for readonly buffers (nvim-lua#1202)
fix: update lazy uninstall information link (nvim-lua#1148)
feat: update references of tsserver to ts_ls (nvim-lua#1131)
Fix the which-key spec issue caused by recent cleanup (nvim-lua#1113)
cleanup: refactor which-key configuration for cleaner setup (nvim-lua#1102)
fix: remove deprecated opt for conform.nvim (nvim-lua#1070)
Fix: updated the windows installation commands (nvim-lua#1101)
Enable silent option for default neo-tree plugin keybinding (nvim-lua#1108)
Include visual mode in LSP code action keymap (nvim-lua#1060) (nvim-lua#1064)
refactor: update treesitter and which-key config (nvim-lua#1068)
Check for loop or uv for lazypath (nvim-lua#1095)
Add note in README about lazy-lock.json (nvim-lua#1090)
Update README.md (nvim-lua#1091)
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (nvim-lua#1042)
Remove treesitter prefer_git option (nvim-lua#1061)
performance: defer clipboard because xsel and pbcopy can be slow (nvim-lua#1049)
refactor: remove lazydev and luvit-meta as lsp dependencies (nvim-lua#1047)
Modify conform comments to prevent deprecation warning when used (nvim-lua#1057)
Remove redundant hlsearch option (nvim-lua#1058)
Update comment about the toggle inlay hints keymap (nvim-lua#1041)
lint: fix lsp warning in `vim.lsp.inlay_hint.is_enabled` (nvim-lua#947)
Update lazydev config to fix "Undefined field `fs_stat`" LSP error (nvim-lua#1040)
Neovim 0.10 updates (nvim-lua#936)
...File tree
6 files changed
+216
-96
lines changed- lua/kickstart
- plugins
6 files changed
+216
-96
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
80 | | - | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
86 | | - | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
126 | 130 | | |
127 | 131 | | |
128 | 132 | | |
129 | | - | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
0 commit comments