Merged
Conversation
oriori1703
approved these changes
Jul 28, 2025
Collaborator
oriori1703
left a comment
There was a problem hiding this comment.
This is my bad 😅
Thanks for the fix
Contributor
Author
|
Thanks for welcoming my first contribution! and TIA for whoever ships it |
Contributor
Author
|
@oriori1703 good to merge? |
Collaborator
I'm not a maintainer 😢 |
This was referenced Aug 31, 2025
ethanellison
pushed a commit
to ethanellison/kickstart.nvim
that referenced
this pull request
Jan 30, 2026
gcaufield
added a commit
to gcaufield/kickstart.nvim
that referenced
this pull request
Jan 31, 2026
Pull in latest updates from upstream * upstream/master: fix: continue cleaning up docs and config fix: trimming down config and updating stylua feat(grep-string): works with visual selection too (nvim-lua#1605) docs: Document methods to get the latest neovim (nvim-lua#1626) fix: simplify diagnostic config fix: update neovim min required version feat: move Telescope config to be contained by plugin (nvim-lua#1843) chore: Add .DS_Store to .gitignore (nvim-lua#1637) chore: fix help tag (nvim-lua#1671) feat: add Telescope binding for searching through commands (nvim-lua#1675) fix: remove deprecated methods fix: call setup on guess indent fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (nvim-lua#1713) fix: remove mason-lspconfig, we do not need it anymore maybe: seeing if we can get away without lazydev and just doing simpler setup fix: as far as i can tell i updated to the right tree sitter stuff update: remove client_supports_method (nvim-lua#1810) note: add info about why we ignore lazy-lock fix: update main module reference for nvim-treesitter (nvim-lua#1832)
ethanellison
pushed a commit
to ethanellison/kickstart.nvim
that referenced
this pull request
Jan 31, 2026
Frippuz
pushed a commit
to Frippuz/kickstart.nvim
that referenced
this pull request
Feb 2, 2026
eujean
pushed a commit
to eujean/nvim-config
that referenced
this pull request
Feb 2, 2026
dribic
pushed a commit
to dribic/nvim-files
that referenced
this pull request
Feb 3, 2026
Signed-off-by: Dejan Ribič <dejan.ribic@gmail.com>
h-phil
pushed a commit
to h-phil/kickstart.nvim
that referenced
this pull request
Feb 5, 2026
erfianugrah
pushed a commit
to erfianugrah/kickstart.nvim
that referenced
this pull request
Feb 6, 2026
amiri
pushed a commit
to amiri/kickstart.nvim
that referenced
this pull request
Feb 10, 2026
priori
pushed a commit
to priori/nvim-config
that referenced
this pull request
Feb 11, 2026
BenASmith278
pushed a commit
to BenASmith278/kickstart.nvim
that referenced
this pull request
Feb 11, 2026
mimiteto
pushed a commit
to mimiteto/kickstart.nvim
that referenced
this pull request
Feb 14, 2026
mimiteto
pushed a commit
to mimiteto/kickstart.nvim
that referenced
this pull request
Feb 14, 2026
ricklen
pushed a commit
to ricklen/kickstart.nvim
that referenced
this pull request
Feb 21, 2026
0xLamzari
pushed a commit
to 0xLamzari/kickstart.nvim
that referenced
this pull request
Feb 24, 2026
lcividinwork
pushed a commit
to lcividinwork/kickstart.nvim
that referenced
this pull request
Feb 26, 2026
daniel-munoz
pushed a commit
to daniel-munoz/kickstart.nvim
that referenced
this pull request
Mar 1, 2026
daniel-munoz
pushed a commit
to daniel-munoz/kickstart.nvim
that referenced
this pull request
Mar 1, 2026
daniel-munoz
pushed a commit
to daniel-munoz/kickstart.nvim
that referenced
this pull request
Mar 1, 2026
dam9000
added a commit
to dam9000/kickstart-modular.nvim
that referenced
this pull request
Mar 15, 2026
aaronzipp
pushed a commit
to aaronzipp/kickstart.nvim
that referenced
this pull request
Mar 15, 2026
jasyyang
referenced
this pull request
in jasyyang/dotfiles
Mar 16, 2026
Zanion
pushed a commit
to Zanion/kickstart.nvim
that referenced
this pull request
Mar 22, 2026
JFSoler
added a commit
to JFSoler/kickstart.nvim
that referenced
this pull request
Mar 31, 2026
* chore(docs): Update README.md (nvim-lua#1344) Neovim has renamed the "linux64" binary to "linux-x86_64". * docs: clarify using opts = {} vs config = function() ... require('plu… (nvim-lua#1316) * docs: clarify using opts = {} vs config = function() ... require('plugin').setup({}) .. end The current documentation mentioning that using "require" is equivalent to using "opts" without detailing the use in the "config = function()" block seems inaccurate. Lower in the configuration the "config = function()" block is used without clarifying why it needed and what it does. This clarification may help new users understand the difference between the two, or how and where to place the "require" statement. * Update init.lua * remove whitespace * fix (nvim-lua#1319): gitsigns deprecated functions (nvim-lua#1321) - This commit change two functions that are marked as deprecated now: `gitsigns.stage_hunk` and `gitsigns.toggle_deleted` * Add a blurb about installing missing emoji on Ubuntu Right next to the nerdfonts blurb as requested. * fix: arguments for the `vim.lsp.Client.supports_method` method (nvim-lua#1356) * feat(diagnostic): add diagnostic config (nvim-lua#1335) Co-authored-by: gelocraft <gelocraft@users.noreply.github.com> * perf: load tokyonight.nvim in the intended way (nvim-lua#1360) Fixes nvim-lua#1357 * feat: add basic function signature help (nvim-lua#1358) * feat: add basic function signature help * Update init.lua Co-authored-by: makeworld <25111343+makew0rld@users.noreply.github.com> --------- Co-authored-by: makeworld <25111343+makew0rld@users.noreply.github.com> * Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363) * fix: regression introduced in db78c0b (nvim-lua#1367) * Remove duplicate cmp-path (nvim-lua#1369) * Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354) * feat: add `vim.opt.confirm = true` (nvim-lua#1384) * fix: use correct github abmonition syntax (nvim-lua#1414) * changed Conform's format_on_save lambda so that buffers that match disable_filetypes return nil. This allows you to enable a formatter for langages in the disable_filetypes table to have a formatter that can be run manually with Leader-f but doesnt enable format_on_save for them (nvim-lua#1395) * feat(keymap): move windows without `<C-w>` (nvim-lua#1368) * fix: minor misspellings (nvim-lua#1450) * fix: minor misspellings * revert change for `-Bbuild` * Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovim 0.11 (nvim-lua#1427) * refactor: change LSP keybindings to the default gr bindings introduced in 0.11 * refactor: modify existing LSP functions to follow convention * Remove Telescope `0.1` branch lock (nvim-lua#1448) * feat: switch nvim-cmp for blink.cmp (nvim-lua#1426) * Change to Mason's new address (nvim-lua#1516) * feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512) * Replace vim.opt with vim.o (nvim-lua#1495) * Replace vim.opt with vim.o Because it offers a nicer interface and info on hover. For now leave vim.opt when using the table interface (until vim.o with tables is implemented) * Add type hint for vim.opt.rtp * Add a comment about using vim.opt instead of vim.o * don't lazy-load neo-tree so netrw hijacking on startup works (nvim-lua#1489) * README: mention fd-find in requirements (nvim-lua#1477) Fixes nvim-lua#1476 * fix: rename vim.highlight.on_yank to vim.hl.on_yank (nvim-lua#1482) The functions of vim.highlight were renamed to vim.hl on commit 18b43c331d8a0ed87d7cbefe2a18543b8e4ad360 of neovim, which was applied with the release of nvim version 0.11. Now, the use of vim.highlight is deprecated, and instead, one should use vim.hl functions. In practice, vim.highlight is still working, however, asking for help for vim.highlight.on_yank fails (E149), while asking for help for vim.hl.on_yank works as expected. So, by updating the used function, a new user will have easier time looking getting the relevant help. Co-authored-by: Omri Sarig <omri.sarig@prevas.dk> * Update remaining Mason's old address (nvim-lua#1530) * fix: update main module reference for nvim-treesitter (nvim-lua#1832) configs -> config in init.lua * note: add info about why we ignore lazy-lock * update: remove client_supports_method (nvim-lua#1810) Neovim 0.11 is now stable * fix: as far as i can tell i updated to the right tree sitter stuff * maybe: seeing if we can get away without lazydev and just doing simpler setup * fix: remove mason-lspconfig, we do not need it anymore * fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (nvim-lua#1713) * fix: call setup on guess indent * fix: remove deprecated methods * feat: add Telescope binding for searching through commands (nvim-lua#1675) * chore: fix help tag (nvim-lua#1671) * chore: Add .DS_Store to .gitignore (nvim-lua#1637) * feat: move Telescope config to be contained by plugin (nvim-lua#1843) * move telescope related lsp functions inside the telscope plugin declaration block * explicitly enable telescope plugin, add some comments explainging why * update comments with suggestions from @oriori1703 Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <philipp.szechenyi@cgm.com> Co-authored-by: Philipp Szechenyi <45265588+szechp@users.noreply.github.com> Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com> Co-authored-by: philipp <philipp@philipps-MacBook-Pro.local> * fix: update neovim min required version * fix: simplify diagnostic config * docs: Document methods to get the latest neovim (nvim-lua#1626) * feat(grep-string): works with visual selection too (nvim-lua#1605) * fix: trimming down config and updating stylua * fix: continue cleaning up docs and config * Clarify comment in .gitignore for lazy-lock.json The current comment in .gitignore for lazy-lock.json suggests to uncomment it yourself, but you actually need to comment it instead. This change modifies the comment to clarify the recommended approach for kickstart users. * Re-add mason-lspconfig * Clean up the lua_ls config * Add type hints to plugin options where possible This could help beginners to get autocompletion, catch mistakes earlier, and allow them to skip the docs for simple configs. This is not perfect because a lot of the plugins type all of their keys as required, even though they have defaults, but this is good enough. * Fix typo * Add 'gr' group to which-keys Adds 'gr' to which-keys documentation, so users can see that LSP actions are grouped after 'gr' key binds. Co-authored-by: thiago-negri <evohunz@gmail.com> * Add installtion instructions for `tree-sitter-cli` to the README.md * Attach treesitter using language name instead of filetype * Add treesitter indentation * Don't extend lsp capabilities because blink does it internally * Update the github actions * Improve undofile comment * Format the dap keybinds * Add underline for warnings * Clarify gitsigns keymap for which-key * Remove blink from nvim-lspconfig dependencies * Fix typo in the README * Fix formating of plugins * Revise comment for lazy-lock.json in .gitignore This is a follow-up to df9436c to hopefully make things even clearer. Co-authored-by: Ori Perry <oriori1703@gmail.com> * Fix stylua --------- Co-authored-by: Ryan Nevius <rnevius@users.noreply.github.com> Co-authored-by: bleacheda <60625523+bleacheda@users.noreply.github.com> Co-authored-by: Erlan Rangel <erlanrangel@gmail.com> Co-authored-by: Chris Patti <feoh@feoh.org> Co-authored-by: Jonas Zeltner <jonas.zeltner@posteo.de> Co-authored-by: GeloCraft <115651305+gelocraft@users.noreply.github.com> Co-authored-by: gelocraft <gelocraft@users.noreply.github.com> Co-authored-by: Joaquín Guerra <joaquinguerratocino@gmail.com> Co-authored-by: Rob <rcsfletcher@protonmail.com> Co-authored-by: makeworld <25111343+makew0rld@users.noreply.github.com> Co-authored-by: Aryan Rajoria <57455619+aryan-rajoria@users.noreply.github.com> Co-authored-by: Ari Pollak <aripollak@users.noreply.github.com> Co-authored-by: Crypto-Spartan <29098151+Crypto-Spartan@users.noreply.github.com> Co-authored-by: Luca Saccarola <96259932+saccarosium@users.noreply.github.com> Co-authored-by: RulentWave <49258216+RulentWave@users.noreply.github.com> Co-authored-by: Sander <info@mesander.com> Co-authored-by: dasvh <dasvh@protonmail.com> Co-authored-by: Theo P. <63016528+theopn@users.noreply.github.com> Co-authored-by: Dmytro Onypko <vaporif@gmail.com> Co-authored-by: Liam Dyer <liamcdyer@gmail.com> Co-authored-by: guru245 <guru245@users.noreply.github.com> Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com> Co-authored-by: pynappo <lehtien.david@gmail.com> Co-authored-by: Damjan 9000 <damjan.9000@gmail.com> Co-authored-by: Omri Sarig <omri.sarig13@gmail.com> Co-authored-by: Omri Sarig <omri.sarig@prevas.dk> Co-authored-by: Carlos Calla Alarcón <calla.alarcon@gmail.com> Co-authored-by: Advin Suryavanshi <78780005+advinsuryavanshi@users.noreply.github.com> Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> Co-authored-by: Yassine Zouggari <git@zoug.fr> Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: rheia475 <Andrew.Sparr@cpb-software.com> Co-authored-by: Derrek <80121818+derrekcoleman@users.noreply.github.com> Co-authored-by: Cameron Cummings <33526620+cameroncc@users.noreply.github.com> Co-authored-by: Philipp Szechenyi <philipp.szechenyi@cgm.com> Co-authored-by: Philipp Szechenyi <45265588+szechp@users.noreply.github.com> Co-authored-by: philipp <philipp@philipps-MacBook-Pro.local> Co-authored-by: Mithrandir2k18 <41417290+Mithrandir2k18@users.noreply.github.com> Co-authored-by: Francesc Elies <elies@posteo.net> Co-authored-by: giogt <giogt.dev@pm.me> Co-authored-by: Ori Perry <oriori1703@gmail.com> Co-authored-by: thiago-negri <evohunz@gmail.com> Co-authored-by: Nathan Zeng <nathan.j.zeng@gmail.com> Co-authored-by: Richard Macklin <1863540+rmacklin@users.noreply.github.com>
goglx
pushed a commit
to goglx/kickstart.nvim
that referenced
this pull request
Mar 31, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey all! Thanks so much for kickstart.nvim.
I noticed
:help lua-options-guidedoesn't exist, while:help lua-guide-optionsdoes with info relevant to that section (vim.ovsvim.opt).