Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
337 commits
Select commit Hold shift + click to select a range
5ce4f38
change keymap to not disrupt existing users of Search by Grep
slara Nov 6, 2023
1c59dc2
Merge pull request #485 from n-a11s/patch-1
feoh Nov 6, 2023
bced1c2
Merge pull request #492 from slara/master
feoh Nov 6, 2023
1d14453
Live Grep from Git root falls back to cwd on special buffers
slara Nov 7, 2023
47974f7
Merge pull request #494 from slara/master
feoh Nov 7, 2023
f23484c
init.lua: move diagnostic keymaps together with other keymaps
dam9000 Nov 7, 2023
c8dd8e7
init.lua: minor edits of section comments for consistency
dam9000 Nov 7, 2023
a005f15
Merge pull request #495 from dam9000/pr-minor-cleanup
feoh Nov 7, 2023
af4f51b
fix(auto-completion): ensure first menu item is selected by default
ShashwatAgrawal20 Nov 11, 2023
fa94716
Merge pull request #502 from ShashwatAgrawal20/item-selection
feoh Nov 12, 2023
711e597
init.lua: remove 'legacy' tag from fidget.nvim
j-hui Nov 13, 2023
1915cea
Merge pull request #505 from j-hui/update-fidget
feoh Nov 13, 2023
ee9790b
option to reduce noisy Lua_LS's missing-fields warnings (#511)
wommy Nov 24, 2023
14cf319
Update README.md (#520)
mattwyd Nov 30, 2023
afafc9a
README.md: update install section formatting (#523)
dam9000 Nov 30, 2023
39ae082
Use alias instead of a wrapper script (#524)
wadkar Nov 30, 2023
3ca08ac
Add a github action on pull request to check lua formatting (#526)
dam9000 Dec 2, 2023
12bd68e
Run stylua (#525)
dam9000 Dec 3, 2023
f8c8b08
Add gitsigns recommended keymaps (#531)
dam9000 Dec 4, 2023
3824342
Adds two essential telescope keymaps (#528)
dam9000 Dec 4, 2023
76c5b1e
feat(cmp): path completion feature (#536)
ShashwatAgrawal20 Dec 8, 2023
e39a8bc
Switch cmp up mapping from C-d to C-b to match regular vim up key (#549)
aripollak Dec 21, 2023
4d0dc8d
fix: restore mason config timing for dap startup (#555)
johnpekcan Dec 24, 2023
d45e5fe
Move video up on the README.md page (#563)
gitressa Jan 3, 2024
c4055a2
Improve stylua github workflow (#571)
dam9000 Jan 3, 2024
c11afa2
Add Missing Fields to Treesitter Config to Resolve Warnings (#582)
strikoder Jan 8, 2024
60b93c9
README.md: rename the duplicate "Introduction" to "Getting Started" (…
dam9000 Jan 8, 2024
2510c29
Removed duplicate line (#583)
pzerone Jan 10, 2024
deaafcf
Set status line theme to the global colorscheme (#600)
v-bertin Jan 29, 2024
b115814
Add Onedark Style (#590)
Tokarak Jan 29, 2024
c3ae716
issue: #594 stylua workflow only on official kickstart repo (#609)
dam9000 Feb 1, 2024
bc4ad12
feat: added contexts for code action - source fix-all errors (#599)
micaiah-effiong Feb 2, 2024
5d2d81b
Fixes #607. Add hints for new neovim users to learn how to learn. (#615)
feoh Feb 4, 2024
7af594f
Add Build Step to LuaSnip (#611)
rgarber11 Feb 5, 2024
8b5d48a
rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)
tjdevries Feb 26, 2024
1c89b02
fixup: add autocommand link for help and description
tjdevries Feb 26, 2024
af4fd23
fixup: change comment to reflect auto_install
tjdevries Feb 26, 2024
18b919c
add plugin specs docstring, remove lazy.nvim configuration (empty) ta…
brxxlstxrs Feb 27, 2024
465d6f2
Change mini.statusline location format to LINE:COLUMN (#659)
dam9000 Feb 28, 2024
b58666d
fixup: updated some style stuff
tjdevries Feb 29, 2024
38828dc
feat: enable lua lsp snipppets (#660)
antonk52 Feb 29, 2024
94a9364
chore: fix typos (#666)
nhld Mar 1, 2024
b99af2d
feat: use VimEnter event instead of VeryLazy (#673)
taliraj Mar 3, 2024
23fc4e5
README.md: updated windows install instructions (#674)
dam9000 Mar 3, 2024
e6710a4
fix: add note in readme for custom plugins
tjdevries Mar 3, 2024
c9122e8
fix: checkhealth reported nvim version (#685)
dam9000 Mar 4, 2024
c3127f1
Change statusline location to LINE:COLUMN (#689)
dam9000 Mar 4, 2024
a02abdb
chore: remove trailing spaces from readme (#679)
ChillerDragon Mar 4, 2024
b83b2b0
chore: link new installation youtube video (#678)
ChillerDragon Mar 4, 2024
f764b7b
Add more detail to colorscheme comment (#713)
ryanwinchester Mar 6, 2024
66e2a5a
Make the Nerd Font an optional requirement (#716)
dam9000 Mar 6, 2024
8fae679
Fix typos and whatnot (#731)
noraayesha Mar 8, 2024
3cfccc0
use init for colorscheme (#715)
name-tar-xz Mar 9, 2024
8de494f
README.md: update neo-tree example - remove legacy setting (#744)
dam9000 Mar 11, 2024
c0d6f98
feat: allow treesitter defaults to be overwritten from custom directo…
rbaumgardner93 Mar 11, 2024
cb1f16b
chore: rename <C-T> to <C-t> for consistency (#719)
ChillerDragon Mar 11, 2024
000a5c4
Added folke/neodev.nvim for proper nvim api completion and annotation…
dam9000 Mar 12, 2024
d8a1dbc
Use `cmp-nvim-lua` as `nvim-cmp` source for neovim Lua API (#696)
jamylak Mar 12, 2024
b529bc3
Revert "Use `cmp-nvim-lua` as `nvim-cmp` source for neovim Lua API (#…
feoh Mar 12, 2024
7715b7c
doc: add info about timeoutlen (#691)
TinyLittleWheatley Mar 15, 2024
452e3a7
Add <C-b>/<C-f> cmp mapping to scroll cmp docs (#750)
RafaelZasas Mar 15, 2024
2f494e5
Move friendly snippets to dependencies of LuaSnip (#759)
VlaDexa Mar 15, 2024
5ac4b58
doc: add note about advanced luasnip features
tjdevries Mar 15, 2024
7892c0c
fix: disable ts indenting for Ruby
tjdevries Mar 15, 2024
da1271d
Update README.md (#763)
stgpepper Mar 15, 2024
ea4335f
conform: disable autoformat on save for specified filetypes (#694)
dam9000 Mar 15, 2024
a222805
README: additional install recipes for various OS (#767)
dam9000 Mar 17, 2024
b81115d
assign table to filetype in lua_ls config comment (#770)
edibotopic Mar 18, 2024
8e24ca3
feat: add linter plugin (#699)
fredrikaverpil Mar 18, 2024
65a5ac4
Some suggestions and capitalised a few words (#771)
togglebyte Mar 18, 2024
773e482
Add nvim-nio as dependency for nvim-dap-ui (#774)
alosarjos Mar 18, 2024
4c02e29
Update README.md (#781)
toocomputer Mar 20, 2024
dbba54c
README: wrap long lines (#784)
dam9000 Mar 21, 2024
2877a60
fix #799 (#800)
Saplyn Mar 27, 2024
93fde05
Add instructions to quit :lazy. Fixes #761
feoh Mar 27, 2024
1175f6d
Add a keymap space-f to format buffer using conform (#817)
dam9000 Mar 31, 2024
d605b84
Don't lazy load conform plugin (#818)
dam9000 Apr 1, 2024
19afab1
README: move backup and paths from external deps to install section (…
dam9000 Apr 1, 2024
c4363e4
Add a pull request template (#825)
dam9000 Apr 4, 2024
2377390
Update README (#832)
hoangvietdo Apr 8, 2024
e2bfa0c
Arch, btw (#852)
rdvm Apr 16, 2024
fabeb86
Comment about nerd font selection. Fixes #853 (#854)
dam9000 Apr 17, 2024
6d6b3f3
Fix: #847 - add prefer_git to treesitter config (#856)
feoh Apr 17, 2024
5540527
Enable inlay hints for the supporting servers (#843)
VlaDexa Apr 17, 2024
5e258d2
Move plugin examples from README to optional plugin files (#831)
dam9000 Apr 17, 2024
f5c9fe8
Add gitsigns recommended keymaps as an optional plugin (#858)
dam9000 Apr 18, 2024
b07176a
fix: restore Mason config timing for DAP startup (again) (#865)
GameFuzzy Apr 19, 2024
931ec5c
Update README.md (#860)
EvanCarroll Apr 20, 2024
9f5176f
Minor improvements of debian install instructions. Fixes #859 (#869)
dam9000 Apr 20, 2024
2e68a2c
Add a commented out example of the classic complete keymaps. Fixes #8…
dam9000 Apr 20, 2024
f92fb11
Fix deprecation notice of inlay hints (#873)
VlaDexa Apr 22, 2024
81f270a
Fix highlight errors when lsp crash or stop (#864)
sudo-tee Apr 22, 2024
942b261
fix: highlight group clear on each attach (#874)
sudo-tee Apr 22, 2024
8df3deb
Update README.md (#875)
adoante Apr 22, 2024
b7d5cc8
README: add clipboard tool dependency (#886)
dam9000 Apr 27, 2024
6f6f38a
Move LspDetach handler near kickstart-lsp-highlight group (#900)
dam9000 May 2, 2024
f86f18f
Add diff to treesitter's ensure_installed languages (#908)
rmacklin May 6, 2024
b9bd02d
fix: debug.lua (#918)
smiggiddy May 8, 2024
5aeddfd
Automatically set detached state as needed. (#925)
PerMalmberg May 10, 2024
f5c9195
which-key v3 update (#1022)
VlaDexa Jul 16, 2024
3e55ff1
fix(lazy): added error handling for bootstrap (#1001)
folke Jul 16, 2024
2df5137
fix: add required parsers from nvim-treesitter
tjdevries Jul 18, 2024
202910d
Fix neo-tree keymap description (#932)
dam9000 Jul 21, 2024
1cdf6fb
Remove redundant require (#959)
tjkuson Jul 21, 2024
4bbca64
Make debug lazy loadable (#978)
VlaDexa Jul 21, 2024
c405d3f
Update README.md | %userprofile%\appdata\local -> %localappdata% (#963)
chwydev Jul 21, 2024
b36d84d
Make conform.nvim be lazy-loadable again (#977)
VlaDexa Jul 21, 2024
07a9f44
Fix comment about mini.ai example (#985)
rmacklin Jul 21, 2024
7513ec8
Neovim 0.10 updates (#936)
VlaDexa Jul 22, 2024
6207327
Update lazydev config to fix "Undefined field `fs_stat`" LSP error (#…
rmacklin Jul 22, 2024
6f3fe35
lint: fix lsp warning in `vim.lsp.inlay_hint.is_enabled` (#947)
srdtrk Jul 22, 2024
56b9114
Update comment about the toggle inlay hints keymap (#1041)
rmacklin Jul 22, 2024
f00b286
Remove redundant hlsearch option (#1058)
rivenirvana Jul 28, 2024
1cef232
Modify conform comments to prevent deprecation warning when used (#1057)
igniscyan Jul 28, 2024
fd66454
refactor: remove lazydev and luvit-meta as lsp dependencies (#1047)
iton0 Jul 28, 2024
84cc123
performance: defer clipboard because xsel and pbcopy can be slow (#1049)
abeldekat Jul 28, 2024
bb9f84c
Remove treesitter prefer_git option (#1061)
jstrot Jul 30, 2024
1860184
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (#1042)
jstrot Jul 30, 2024
c1ae909
Update README.md (#1091)
theoboldalex Aug 22, 2024
554a054
Add note in README about lazy-lock.json (#1090)
mattgallagher92 Aug 22, 2024
ce0c734
Check for loop or uv for lazypath (#1095)
LehMichael Aug 22, 2024
ac78e7d
refactor: update treesitter and which-key config (#1068)
iton0 Aug 23, 2024
d452633
Include visual mode in LSP code action keymap (#1060) (#1064)
byrmsh Aug 24, 2024
f49cc6c
Enable silent option for default neo-tree plugin keybinding (#1108)
byrmsh Aug 26, 2024
e4a5300
Fix: updated the windows installation commands (#1101)
pantharshit007 Aug 26, 2024
c76c323
fix: remove deprecated opt for conform.nvim (#1070)
iton0 Aug 26, 2024
24d368f
cleanup: refactor which-key configuration for cleaner setup (#1102)
iton0 Aug 26, 2024
a229761
Fix the which-key spec issue caused by recent cleanup (#1113)
dam9000 Aug 26, 2024
7201dc4
feat: update references of tsserver to ts_ls (#1131)
Cheveniko Sep 10, 2024
4120893
fix: update lazy uninstall information link (#1148)
neitsab Sep 24, 2024
5ed1bc3
Disable linting autocmd for readonly buffers (#1202)
ccjmne Oct 30, 2024
fb7f6a1
samarth-nagar fix: lazy help tag on line 931 (#1167)
samarth-na Oct 30, 2024
d09d9bc
Change diagnostic symbols if vim.g.have_nerd_font is true (#1195)
glmlm Oct 30, 2024
be678aa
Set breakpoint icons and their highlight colors (#1194)
glmlm Oct 30, 2024
2ba39c6
Remove two because there are more than two. (#1213)
winder Oct 30, 2024
e5dc5f6
feat: Change to prepare for upcoming deprecation of configuring diagn…
glmlm Nov 20, 2024
9dfb1b2
Fix nvim-dap not lazy loading (#1216)
kaezrr Nov 20, 2024
8d1ef97
fix: which-key comment typo (#1227)
mihasket Nov 20, 2024
7bc9d19
Tweak outdated comment about lazy's `config` key usage. (#1250)
benfleis Dec 12, 2024
a2df3ea
Use consistent syntax style for { ... } "pseudocode" (#1247)
dragunovartem99 Dec 12, 2024
bcdb4cd
Issue 1249 which key comments (#1263)
benfleis Dec 12, 2024
de44f49
fix(gitsigns): make visual mode descriptions consistent with normal m…
sswensen Dec 15, 2024
e84e187
Fix README.md grammar and typos (#1291)
feketegy Dec 29, 2024
7ddaab3
chore: add pre-issue requirements (#1288)
iton0 Dec 29, 2024
a8f5395
Fix which-key delay settings (#1276)
jensenr30 Dec 29, 2024
db4867a
fix: prevent mason setup from being run twice (#1298)
tomasgareau Jan 7, 2025
f6abf68
chore: remove redundant comment (#1307)
nhld Jan 15, 2025
ff89769
chore: fix typo in bug report issue template (#1306)
nhld Jan 15, 2025
5bdde24
Use luals 3rd library for luv (#1303)
diorman Jan 15, 2025
abdbfce
chore(docs): Update README.md (#1344)
rnevius Feb 15, 2025
71ad926
docs: clarify using opts = {} vs config = function() ... require('plu…
bleacheda Feb 15, 2025
94f551b
fix (#1319): gitsigns deprecated functions (#1321)
ErlanRG Feb 15, 2025
d2c0068
Add a blurb about installing missing emoji on Ubuntu
feoh Feb 17, 2025
db78c0b
fix: arguments for the `vim.lsp.Client.supports_method` method (#1356)
jrentlez Feb 17, 2025
76e06fe
feat(diagnostic): add diagnostic config (#1335)
gelocraft Feb 17, 2025
ebca680
perf: load tokyonight.nvim in the intended way (#1360)
warbacon Feb 18, 2025
282cbb9
feat: add basic function signature help (#1358)
rfletchr Feb 18, 2025
7c49ba1
Fix: fix the cmp-nvim-lsp-signature-help link (#1363)
aryan-rajoria Feb 18, 2025
e64aa51
fix: regression introduced in db78c0b217fd9525e2cbcbffd18abbbbddc75b2…
jrentlez Feb 18, 2025
ea60b2b
Remove duplicate cmp-path (#1369)
aripollak Feb 19, 2025
34e7d29
Propsed fix for init.lua warnings as per https://github.com/nvim-lua/…
feoh Feb 19, 2025
38f4744
feat: add `vim.opt.confirm = true` (#1384)
Crypto-Spartan Mar 12, 2025
2abcb39
fix: use correct github abmonition syntax (#1414)
saccarosium Mar 20, 2025
5e2d7e1
changed Conform's format_on_save lambda so that buffers that match di…
RulentWave Mar 24, 2025
e947649
feat(keymap): move windows without `<C-w>` (#1368)
sand4rt Mar 24, 2025
8a5a52f
fix: minor misspellings (#1450)
dasvh Apr 9, 2025
1a5787b
Change LSP Keybindings to Match the Default `gr` Bindings Introduced …
theopn Apr 9, 2025
9929044
Remove Telescope `0.1` branch lock (#1448)
vaporif Apr 9, 2025
d350db2
feat: switch nvim-cmp for blink.cmp (#1426)
saghen Apr 9, 2025
76cb865
Change to Mason's new address (#1516)
guru245 May 9, 2025
2b2f0f8
feat: switch vim-sleuth for guess-indent.nvim (#1512)
guru245 May 11, 2025
c92ea7c
Replace vim.opt with vim.o (#1495)
oriori1703 May 11, 2025
fb73617
don't lazy-load neo-tree so netrw hijacking on startup works (#1489)
pynappo May 11, 2025
f5a9f9c
README: mention fd-find in requirements (#1477)
dam9000 May 11, 2025
6ba2408
fix: rename vim.highlight.on_yank to vim.hl.on_yank (#1482)
omrisarig13 May 11, 2025
3338d39
Update remaining Mason's old address (#1530)
carloscalla May 22, 2025
2d541c4
fix: update main module reference for nvim-treesitter (#1832)
advinsuryavanshi Jan 27, 2026
5740ddc
note: add info about why we ignore lazy-lock
tjdevries Jan 27, 2026
3ddda4a
update: remove client_supports_method (#1810)
yzoug Jan 27, 2026
7ea937d
fix: as far as i can tell i updated to the right tree sitter stuff
tjdevries Jan 27, 2026
0c17d32
maybe: seeing if we can get away without lazydev and just doing simpl…
tjdevries Jan 27, 2026
ad246eb
fix: remove mason-lspconfig, we do not need it anymore
tjdevries Jan 27, 2026
c8e189f
fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (#1713)
echasnovski Jan 27, 2026
b2af42a
fix: call setup on guess indent
tjdevries Jan 27, 2026
3582280
fix: remove deprecated methods
tjdevries Jan 27, 2026
8f479db
feat: add Telescope binding for searching through commands (#1675)
rheia475 Jan 27, 2026
b15cca8
chore: fix help tag (#1671)
derrekcoleman Jan 27, 2026
88c6559
chore: Add .DS_Store to .gitignore (#1637)
cameroncc Jan 27, 2026
e87b728
feat: move Telescope config to be contained by plugin (#1843)
tjdevries Jan 27, 2026
318bd3e
fix: update neovim min required version
tjdevries Jan 27, 2026
21d5aab
fix: simplify diagnostic config
tjdevries Jan 27, 2026
560d9dc
docs: Document methods to get the latest neovim (#1626)
Mithrandir2k18 Jan 27, 2026
8c6b78c
feat(grep-string): works with visual selection too (#1605)
FrancescElies Jan 27, 2026
7e54a4c
fix: trimming down config and updating stylua
tjdevries Jan 27, 2026
e79572c
fix: continue cleaning up docs and config
tjdevries Jan 27, 2026
df9436c
Clarify comment in .gitignore for lazy-lock.json
giogt Feb 22, 2026
1ba1789
Re-add mason-lspconfig
oriori1703 Feb 27, 2026
b9f3965
Clean up the lua_ls config
oriori1703 Feb 27, 2026
177ff61
Add type hints to plugin options where possible
oriori1703 Apr 26, 2025
afc734f
Merge pull request #1494 from oriori1703/feature/type-hints
oriori1703 Feb 27, 2026
09ab9ae
Fix typo
oriori1703 Feb 27, 2026
80b1ee1
Add 'gr' group to which-keys
oriori1703 Feb 27, 2026
a4bbfdc
Merge pull request #1896 from giogt/fix-gitignore-lazylock-comment
oriori1703 Feb 27, 2026
966d5e9
Add installtion instructions for `tree-sitter-cli` to the README.md
oriori1703 Oct 2, 2025
a6dcf68
Attach treesitter using language name instead of filetype
oriori1703 Feb 27, 2026
4021496
Add treesitter indentation
oriori1703 Feb 27, 2026
1f4c21f
Don't extend lsp capabilities because blink does it internally
oriori1703 Feb 27, 2026
9a3a2f9
Update the github actions
oriori1703 Feb 28, 2026
86f1ba2
Improve undofile comment
oriori1703 Feb 28, 2026
7cc245e
Format the dap keybinds
oriori1703 Feb 28, 2026
dabce46
Add underline for warnings
oriori1703 Feb 28, 2026
886f2bc
Clarify gitsigns keymap for which-key
nathanzeng Mar 7, 2026
d97de4f
Remove blink from nvim-lspconfig dependencies
nathanzeng Mar 8, 2026
b212fdb
Merge pull request #1925 from nathanzeng/which-key-gitsigns
oriori1703 Mar 10, 2026
f7b74c7
Fix typo in the README
oriori1703 Mar 10, 2026
d132bd3
Merge pull request #1928 from nathanzeng/fix-lsp-blink-dependency
oriori1703 Mar 10, 2026
431cf2e
Fix formating of plugins
oriori1703 Mar 10, 2026
164cedf
Revise comment for lazy-lock.json in .gitignore
rmacklin Mar 10, 2026
58170c7
Fix stylua
oriori1703 Mar 10, 2026
0619d89
Merge pull request #1914 from rmacklin/futher-clarify-gitignore-comment
oriori1703 Mar 20, 2026
8ac4b12
Refactor treesitter attach code
oriori1703 Mar 20, 2026
e01e1eb
Auto install treesitter parsers when opening a file
oriori1703 Mar 20, 2026
d316830
Update the recommanded gitsigns keybinds
oriori1703 Mar 31, 2026
16dd8f5
Add a comment to the line plugin about installing markdownlint
oriori1703 Mar 31, 2026
c7f05a0
Add indentation fallback
sebastianstudniczek Apr 10, 2026
c0cc054
Merge pull request #1988 from sebastianstudniczek/fix/treesitter-inde…
oriori1703 Apr 12, 2026
f27810d
Fix treesitter indents
oriori1703 Apr 15, 2026
648471c
Fix descriptions of gitsigns keymappings (#1997)
Stattek Apr 15, 2026
459b868
Use stylua as an lsp formatter instead of an external formatter
oriori1703 Apr 12, 2026
ce353a9
Change format_on_save to a whitelist instead of a blacklist
oriori1703 Apr 12, 2026
f5b0e49
Merge pull request #1991 from nvim-lua/refactor/conform
oriori1703 Apr 18, 2026
9b4fbc5
Fix conflicts between built-in incremental selection and mini.ai keymaps
oriori1703 Apr 18, 2026
4b065ad
Fix mini.ai example
oriori1703 Apr 22, 2026
cd7adee
Refactor and update some of the comments
oriori1703 Apr 19, 2026
c460542
Migrate to vim.pack
oriori1703 Apr 19, 2026
716d746
Enable vim.loader for faster loading time
oriori1703 Apr 21, 2026
a42ed30
Update the explanations and docs
oriori1703 Apr 21, 2026
2e8d5b1
Split into sections
oriori1703 Apr 23, 2026
2fccee4
Split the vim.pack.add call and move each part to the relevant sections
oriori1703 May 2, 2026
174b5fa
Merge pull request #2005 from nvim-lua/refactor/vim.pack
oriori1703 May 6, 2026
a5d4d12
fix: deprecated diagnostic jumping config
nathanzeng Apr 6, 2026
cfdc17b
Merge pull request #1982 from nathanzeng/jump-diagnostic
oriori1703 May 6, 2026
97b3cbb
chore: add discussions to issue template
TomJGooding May 28, 2026
7031a09
Split the `foundation` section into `options` and `keymaps`
oriori1703 Jun 11, 2026
f660e1f
Follow symlinks for the neovim config picker
oriori1703 Jun 11, 2026
ec3f448
Switch from nvim-web-devicons to mini.icons
oriori1703 Apr 22, 2026
1f32074
Merge pull request #2012 from nvim-lua/feature/mini.icons
oriori1703 Jun 11, 2026
4e6bf94
Merge pull request #2066 from TomJGooding/chore-add-discussions-to-is…
oriori1703 Jun 11, 2026
ac51593
Add checkhealth to bug report step
oriori1703 Jun 11, 2026
f0a2108
Follow symlinks in the custom plugins loader
oriori1703 Jun 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ assignees: ''

<!-- Any bug report not following this template will be immediately closed. Thanks -->

## Before Reporting an Issue

- I have read the kickstart.nvim README.md.
- I have read the appropriate plugin's documentation.
- I have searched that this issue has not been reported before.
- I have ran `:checkhealth` and so no obvious issue.

- [ ] **By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.**

## Describe the bug
<!-- A clear and concise description of what the bug is. -->

Expand All @@ -18,8 +27,8 @@ assignees: ''

## Desktop
<!-- please complete the following information. -->
- OS:
- Terminal:
- OS:
- Terminal:

## Neovim Version
<!-- Output of running `:version` from inside of neovim. -->
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
blank_issues_enabled: false

contact_links:
- name: Help
url: https://github.com/nvim-lua/kickstart.nvim/discussions/categories/q-a
about: Ask the community for help

- name: Ideas
url: https://github.com/nvim-lua/kickstart.nvim/discussions/categories/ideas
about: Share ideas for new features
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
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.
**************************************************************************

20 changes: 20 additions & 0 deletions .github/workflows/stylua.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Check Lua Formatting
name: Check Lua Formatting
on: pull_request_target

jobs:
stylua-check:
if: github.repository == 'nvim-lua/kickstart.nvim'
name: Stylua Check
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Stylua Check
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@ tags
test.sh
.luarc.json
nvim
lazy-lock.json

spell/

# In your personal fork, you likely want to comment this, since it's recommended to track
# nvim-pack-lock.json in version control - see :help vim.pack-lockfile
# For the official `nvim-lua/kickstart.nvim` git repository, we leave it ignored to avoid unneeded
# merge conflicts.
nvim-pack-lock.json

.DS_Store
3 changes: 2 additions & 1 deletion .stylua.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
no_call_parentheses = true
call_parentheses = "None"
collapse_simple_statement = "Always"
Loading