chore: updated readme - #2068
Merged
oriori1703 merged 2 commits intoJul 25, 2026
Merged
Conversation
Collaborator
|
This looks great. I wonder if we should also mention that you could fork / add another remote if you want to be able to update (but say that the template is the recommended way for beginners). WDYT? |
Contributor
Author
|
im thinking maybe mentioning that and mentioning the discussion (that way people can understand the implication of both options) makes sense. |
Collaborator
|
@stephansama are you still going to update this with the discussion? |
Contributor
Author
🤦🏽♂️ i had it on my local just never pushed lol. sorry i just updated it |
Collaborator
|
looks great :) |
dam9000
added a commit
to dam9000/kickstart-modular.nvim
that referenced
this pull request
Jul 25, 2026
…ture/update-readme-for-templating
SayanShankhari
added a commit
to SayanShankhari/kickstart.nvim
that referenced
this pull request
Aug 15, 2026
commit 1abedfa Merge: ae11554 626c660 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Tue Aug 11 12:45:18 2026 +0530 Merge remote-tracking branch 'upstream/master' into sandbox commit ae11554 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Tue Aug 11 12:39:37 2026 +0530 fix(theme): integrate colordot scotopia Integrate scotopia theme with colordot color indicators using common colorlib library. commit 626c660 Author: orip <oriori1703@gmail.com> Date: Fri Aug 7 18:44:41 2026 +0300 Update the CI actions commit b84f0b7 Author: orip <oriori1703@gmail.com> Date: Fri Aug 7 18:39:45 2026 +0300 Fix CI checkout after github new security policy Github now fails with the following error when using `on: pull_request_target`: ``` Error: Refusing to check out fork pull request code from a 'pull_request_target' workflow. This workflow runs with the base repository's GITHUB_TOKEN, secrets, default-branch cache scope, and runner access. Fetching and executing a fork's code in that trusted context commonly leads to "pwn request" vulnerabilities. To opt in, review the risks at https://gh.io/securely-using-pull_request_target and set 'allow-unsafe-pr-checkout: true' on the actions/checkout step. ``` This reverts nvim-lua#571 and reopens nvim-lua#570 commit bd53f28 Author: orip <oriori1703@gmail.com> Date: Fri Aug 7 18:32:36 2026 +0300 Fix corrupted library path of lua_ls The previous code accidentally overwrote the library path of lua_ls because it used `vim.tbl_extend` instead of `vim.list_extend`. Because they paths that were added to the list (`luv` and `busted`) are not really relevant for neovim configs, they are omitted entirely. fixes: nvim-lua#2138 commit b01d052 Author: orip <oriori1703@gmail.com> Date: Mon Jul 27 11:19:45 2026 +0300 Fix lua_ls diagnostics fixes: nvim-lua#2133 commit 267fb6a Merge: 216e06a 7a3532a Author: Ori Perry <48057913+oriori1703@users.noreply.github.com> Date: Sat Jul 25 21:47:36 2026 +0300 Merge pull request nvim-lua#2068 from stephansama/feature/update-readme-for-templating chore: updated readme commit 216e06a Author: orip <oriori1703@gmail.com> Date: Sat Jul 25 20:54:30 2026 +0300 Update section 2's name commit 9a02381 Merge: 3a2194f 3a6511c Author: Ori Perry <48057913+oriori1703@users.noreply.github.com> Date: Sat Jul 25 20:51:05 2026 +0300 Merge pull request nvim-lua#2093 from rez1-dev/section-names chore(init.lua): clarify section comments commit 3a2194f Author: orip <oriori1703@gmail.com> Date: Sat Jul 25 20:44:16 2026 +0300 Call mason-lspconfig.setup to avoid UB fixes: nvim-lua#2121, resolves: nvim-lua#2128 commit 7a3532a Author: stephansama <stephanrandle@hotmail.com> Date: Fri Jun 12 09:52:53 2026 -0400 chore: add language for forks commit 3a6511c Author: rez1 <66778119+rez1-dev@users.noreply.github.com> Date: Fri Jun 12 14:16:40 2026 +0600 chore(init.lua): clarify section comments commit 2a12a5a Merge: b8732e9 f0a2108 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Thu Jun 11 21:28:14 2026 +0530 Merge remote-tracking branch 'upstream' into sandbox commit b8732e9 Merge: bc90fe1 ac51593 9e345b9 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Thu Jun 11 21:25:11 2026 +0530 Merge branch 'master', remote-tracking branch 'upstream' into sandbox commit bc90fe1 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Thu Jun 11 20:56:03 2026 +0530 fix(misc): restore missing theme and options commit c210767 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Wed Jun 10 10:06:43 2026 +0530 fix(test): force track test script commit f1de746 Author: stephansama <stephanrandle@hotmail.com> Date: Thu May 28 04:07:22 2026 -0400 chore: updated readme
SayanShankhari
added a commit
to SayanShankhari/kickstart.nvim
that referenced
this pull request
Aug 16, 2026
commit 023b172 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Sun Aug 16 10:03:36 2026 +0530 fix(theme): unify local development theme setup commit 1abedfa Merge: ae11554 626c660 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Tue Aug 11 12:45:18 2026 +0530 Merge remote-tracking branch 'upstream/master' into sandbox commit ae11554 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Tue Aug 11 12:39:37 2026 +0530 fix(theme): integrate colordot scotopia Integrate scotopia theme with colordot color indicators using common colorlib library. commit 626c660 Author: orip <oriori1703@gmail.com> Date: Fri Aug 7 18:44:41 2026 +0300 Update the CI actions commit b84f0b7 Author: orip <oriori1703@gmail.com> Date: Fri Aug 7 18:39:45 2026 +0300 Fix CI checkout after github new security policy Github now fails with the following error when using `on: pull_request_target`: ``` Error: Refusing to check out fork pull request code from a 'pull_request_target' workflow. This workflow runs with the base repository's GITHUB_TOKEN, secrets, default-branch cache scope, and runner access. Fetching and executing a fork's code in that trusted context commonly leads to "pwn request" vulnerabilities. To opt in, review the risks at https://gh.io/securely-using-pull_request_target and set 'allow-unsafe-pr-checkout: true' on the actions/checkout step. ``` This reverts nvim-lua#571 and reopens nvim-lua#570 commit bd53f28 Author: orip <oriori1703@gmail.com> Date: Fri Aug 7 18:32:36 2026 +0300 Fix corrupted library path of lua_ls The previous code accidentally overwrote the library path of lua_ls because it used `vim.tbl_extend` instead of `vim.list_extend`. Because they paths that were added to the list (`luv` and `busted`) are not really relevant for neovim configs, they are omitted entirely. fixes: nvim-lua#2138 commit b01d052 Author: orip <oriori1703@gmail.com> Date: Mon Jul 27 11:19:45 2026 +0300 Fix lua_ls diagnostics fixes: nvim-lua#2133 commit 267fb6a Merge: 216e06a 7a3532a Author: Ori Perry <48057913+oriori1703@users.noreply.github.com> Date: Sat Jul 25 21:47:36 2026 +0300 Merge pull request nvim-lua#2068 from stephansama/feature/update-readme-for-templating chore: updated readme commit 216e06a Author: orip <oriori1703@gmail.com> Date: Sat Jul 25 20:54:30 2026 +0300 Update section 2's name commit 9a02381 Merge: 3a2194f 3a6511c Author: Ori Perry <48057913+oriori1703@users.noreply.github.com> Date: Sat Jul 25 20:51:05 2026 +0300 Merge pull request nvim-lua#2093 from rez1-dev/section-names chore(init.lua): clarify section comments commit 3a2194f Author: orip <oriori1703@gmail.com> Date: Sat Jul 25 20:44:16 2026 +0300 Call mason-lspconfig.setup to avoid UB fixes: nvim-lua#2121, resolves: nvim-lua#2128 commit 7a3532a Author: stephansama <stephanrandle@hotmail.com> Date: Fri Jun 12 09:52:53 2026 -0400 chore: add language for forks commit 3a6511c Author: rez1 <66778119+rez1-dev@users.noreply.github.com> Date: Fri Jun 12 14:16:40 2026 +0600 chore(init.lua): clarify section comments commit 2a12a5a Merge: b8732e9 f0a2108 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Thu Jun 11 21:28:14 2026 +0530 Merge remote-tracking branch 'upstream' into sandbox commit b8732e9 Merge: bc90fe1 ac51593 9e345b9 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Thu Jun 11 21:25:11 2026 +0530 Merge branch 'master', remote-tracking branch 'upstream' into sandbox commit bc90fe1 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Thu Jun 11 20:56:03 2026 +0530 fix(misc): restore missing theme and options commit c210767 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Wed Jun 10 10:06:43 2026 +0530 fix(test): force track test script commit f1de746 Author: stephansama <stephanrandle@hotmail.com> Date: Thu May 28 04:07:22 2026 -0400 chore: updated readme
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.
updated the readme to reflect new template direction