Nick Krichevsky
3711862977
Install the language first
2026-09-08 14:15:08 -04:00
Nick Krichevsky
bd5406e3f8
Check if the buffer is valid when trying to attach TS
2026-09-08 14:09:05 -04:00
orip
f7b845d8b6
Align keymaps with gitsigns.nvim's defaults
Check Lua Formatting / Stylua Check (push) Has been cancelled
2026-09-06 09:35:36 +03:00
Ori Perry
8e0276acaa
Merge pull request #2159 from nathanzeng/typo
...
fix: typo
2026-09-06 08:55:51 +03:00
Nathan Zeng
bebf669453
fix: typo
2026-09-05 20:05:05 -07:00
orip
0a035d6224
Add bufnr back to the gitsigns keymaps
Check Lua Formatting / Stylua Check (push) Has been cancelled
2026-09-06 01:22:55 +03:00
orip
1cb1df035e
Fix typo
Check Lua Formatting / Stylua Check (push) Has been cancelled
2026-09-05 16:21:11 +03:00
orip
b1af6596d3
Use tsc (typescript7's builtin lsp) instead of ts_ls and update the plugin example
2026-09-05 16:16:39 +03:00
Ori Perry
33cef656f1
Merge pull request #2158 from dam9000/pr-gitsigns-keymaps
...
Enable gitsigns.nvim recommended keymaps by default
2026-09-05 15:37:49 +03:00
Damjan 9000
845db23335
Enable gitsigns.nvim recommended keymaps by default
2026-09-05 13:04:45 +02:00
Ori Perry
b4075b9e77
Merge pull request #2092 from nvim-lua/refactor/gitsigns
...
Check Lua Formatting / Stylua Check (push) Has been cancelled
Merge the 2 `gitsigns.nvim` configs
2026-09-04 20:30:16 +03:00
Ori Perry
c7f5556f65
Merge pull request #2146 from loeschzwerg/issue-2141
...
feat(readme) add alpine install recipe
2026-09-04 20:20:56 +03:00
Ori Perry
03577a34a6
Merge pull request #2151 from TyceHerrman/docs/custom-plugin-load-order
...
docs: clarify custom plugin load ordering
2026-09-04 20:18:54 +03:00
Tyce Herrman
14eb52d545
docs: clarify custom plugin load ordering
2026-08-25 18:35:26 -04:00
loeschzwerg
2954f35082
Add alpine install recipe
2026-08-11 14:24:25 +00:00
orip
626c660f54
Update the CI actions
Check Lua Formatting / Stylua Check (push) Has been cancelled
2026-08-07 18:44:41 +03:00
orip
b84f0b775d
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 https://github.com/nvim-lua/kickstart.nvim/pull/571
and reopens https://github.com/nvim-lua/kickstart.nvim/pull/570
2026-08-07 18:39:45 +03:00
orip
bd53f28e49
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 : #2138
2026-08-07 18:36:21 +03:00
orip
b01d052770
Fix lua_ls diagnostics
...
fixes : #2133
2026-07-27 11:20:27 +03:00
Ori Perry
267fb6aa73
Merge pull request #2068 from stephansama/feature/update-readme-for-templating
...
chore: updated readme
2026-07-25 21:47:36 +03:00
orip
216e06a36d
Update section 2's name
2026-07-25 20:54:30 +03:00
Ori Perry
9a023810f4
Merge pull request #2093 from rez1-dev/section-names
...
chore(init.lua): clarify section comments
2026-07-25 20:51:05 +03:00
orip
3a2194f210
Call mason-lspconfig.setup to avoid UB
...
fixes : #2121 , resolves : #2128
2026-07-25 20:44:18 +03:00
stephansama
7a3532ac07
chore: add language for forks
2026-06-12 09:52:53 -04:00
rez1
3a6511c71a
chore(init.lua): clarify section comments
2026-06-12 14:16:40 +06:00
orip
f0a2108ed5
Follow symlinks in the custom plugins loader
...
fixes : #2087
2026-06-11 18:55:49 +03:00
orip
97ed8dfaf1
Merge the 2 gitsigns configs
2026-06-11 18:27:05 +03:00
orip
ac51593f7a
Add checkhealth to bug report step
2026-06-11 17:52:24 +03:00
Ori Perry
4e6bf9497f
Merge pull request #2066 from TomJGooding/chore-add-discussions-to-issue-template
...
chore: add discussions to issue template
2026-06-11 17:31:42 +03:00
Ori Perry
1f320746e4
Merge pull request #2012 from nvim-lua/feature/mini.icons
...
Switch from nvim-web-devicons to mini.icons
2026-06-11 17:29:12 +03:00
orip
ec3f4489c2
Switch from nvim-web-devicons to mini.icons
2026-06-11 17:28:02 +03:00
orip
f660e1f897
Follow symlinks for the neovim config picker
...
Closes : #2078
2026-06-11 16:52:52 +03:00
orip
7031a09bf9
Split the foundation section into options and keymaps
2026-06-11 16:44:01 +03:00
stephansama
f1de74680a
chore: updated readme
2026-05-28 04:07:22 -04:00
TomJGooding
97b3cbb790
chore: add discussions to issue template
...
Now that GitHub discussions have been enabled
(see https://github.com/nvim-lua/kickstart.nvim/issues/2026 ),
add links in the issue template to help redirect help/feature requests
from the bug tracker.
2026-05-28 01:45:20 +01:00
Ori Perry
cfdc17be3a
Merge pull request #1982 from nathanzeng/jump-diagnostic
...
fix: deprecated diagnostic jumping config
2026-05-07 00:10:03 +03:00
Nathan Zeng
a5d4d12c8c
fix: deprecated diagnostic jumping config
2026-05-07 00:03:18 +03:00
Ori Perry
174b5fa2b1
Merge pull request #2005 from nvim-lua/refactor/vim.pack
...
Refactor/vim.pack
2026-05-06 23:48:20 +03:00
orip
2fccee4349
Split the vim.pack.add call and move each part to the relevant sections
2026-05-05 01:25:21 +03:00
orip
2e8d5b17cb
Split into sections
2026-05-05 01:24:17 +03:00
orip
a42ed30a09
Update the explanations and docs
2026-05-05 01:22:42 +03:00
orip
716d7465c0
Enable vim.loader for faster loading time
2026-05-05 01:18:15 +03:00
orip
c4605421e5
Migrate to vim.pack
2026-05-05 01:18:15 +03:00
orip
cd7adee3ce
Refactor and update some of the comments
2026-05-05 01:17:59 +03:00
orip
4b065ad2f7
Fix mini.ai example
2026-04-22 17:59:57 +03:00
orip
9b4fbc5021
Fix conflicts between built-in incremental selection and mini.ai keymaps
...
closes #1996
closes #1992
2026-04-18 13:30:10 +03:00
Ori Perry
f5b0e497c6
Merge pull request #1991 from nvim-lua/refactor/conform
...
Refactor/conform
2026-04-18 13:11:40 +03:00
orip
ce353a9b0e
Change format_on_save to a whitelist instead of a blacklist
2026-04-16 22:02:25 +03:00
orip
459b86865e
Use stylua as an lsp formatter instead of an external formatter
2026-04-16 22:02:24 +03:00
Stattek
648471c9eb
Fix descriptions of gitsigns keymappings ( #1997 )
...
* Fix descriptions of keymappings
* Fix capitalization
2026-04-15 11:49:09 +03:00