{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":506861932,"defaultBranch":"master","name":"kickstart.nvim","ownerLogin":"nvim-lua","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-06-24T03:11:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/67477499?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713367588.0","currentOid":""},"activityList":{"items":[{"before":"b9bd02d55b77293291a38fac9abe46acad9ab91d","after":"5aeddfdd5d0308506ec63b0e4f8de33e2a39355f","ref":"refs/heads/master","pushedAt":"2024-05-10T17:43:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Automatically set detached state as needed. (#925)\n\n* Automatically set detached state as needed.\r\n\r\n* Use vim.fn.has instead.\r\n\r\n* Fix int vs bool.","shortMessageHtmlLink":"Automatically set detached state as needed. (#925)"}},{"before":"f86f18f27afeef1952272e212bef886e58ffd04c","after":"b9bd02d55b77293291a38fac9abe46acad9ab91d","ref":"refs/heads/master","pushedAt":"2024-05-08T14:55:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"fix: debug.lua (#918)","shortMessageHtmlLink":"fix: debug.lua (#918)"}},{"before":"6f6f38a6b5059787d8d92b313f6e1b2c722389b0","after":"f86f18f27afeef1952272e212bef886e58ffd04c","ref":"refs/heads/master","pushedAt":"2024-05-06T01:01:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Add diff to treesitter's ensure_installed languages (#908)","shortMessageHtmlLink":"Add diff to treesitter's ensure_installed languages (#908)"}},{"before":"b7d5cc8f426e1e3b6c52f79cbb2d1b3f81e7f31c","after":"6f6f38a6b5059787d8d92b313f6e1b2c722389b0","ref":"refs/heads/master","pushedAt":"2024-05-02T20:53:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Move LspDetach handler near kickstart-lsp-highlight group (#900)\n\nMoved to make sure the kickstart-lsp-highlight group exists when\r\nthe LspDetach handler is invoked. The LspDetach handler is used\r\nto clean up any lsp highlights that were enabled by CursorHold\r\nif the LSP is stopped or crashed.","shortMessageHtmlLink":"Move LspDetach handler near kickstart-lsp-highlight group (#900)"}},{"before":"8df3deb6fe7d8adf6957bc649b171f0ffde7f1ad","after":"b7d5cc8f426e1e3b6c52f79cbb2d1b3f81e7f31c","ref":"refs/heads/master","pushedAt":"2024-04-27T20:40:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"README: add clipboard tool dependency (#886)\n\nFixes: #884\r\nNeovim requires an external tool for proper system clipboard integration.\r\nSome systems install this already by default:\r\n- on Fedora xsel is already installed by default\r\n- on Windows using the choko install the win32yank is alredy installed\r\nThis is not installed by default on ubuntu or debian so adding that\r\nto the dependencies list and to the install instructions snippets.","shortMessageHtmlLink":"README: add clipboard tool dependency (#886)"}},{"before":"942b26184c06f7fbeb276f3df0a829f02a752657","after":"8df3deb6fe7d8adf6957bc649b171f0ffde7f1ad","ref":"refs/heads/master","pushedAt":"2024-04-22T21:15:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Update README.md (#875)\n\nLine 102. Placed 'also' before the 'includes'.\r\n\r\n\"That includes also examples of adding popularly requested plugins.\" ---> \"That also includes examples of adding popularly requested plugins.\"","shortMessageHtmlLink":"Update README.md (#875)"}},{"before":"81f270a704ffe428ffe221122e0b1604567ae6cd","after":"942b26184c06f7fbeb276f3df0a829f02a752657","ref":"refs/heads/master","pushedAt":"2024-04-22T19:53:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"fix: highlight group clear on each attach (#874)","shortMessageHtmlLink":"fix: highlight group clear on each attach (#874)"}},{"before":"f92fb11d681a29f02ba144227142dfcf18297da7","after":"81f270a704ffe428ffe221122e0b1604567ae6cd","ref":"refs/heads/master","pushedAt":"2024-04-22T15:43:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Fix highlight errors when lsp crash or stop (#864)\n\n* Fix highlight errors when lsp crash or stop\r\n\r\nIt adds a check wether the client is still available before\r\nhighlighting.\r\n\r\nIf the client is not there anymore it returns `true` to unregister the\r\nautocommand\r\n\r\nThis fix the\r\n`method textDocument/documentHighlight is not supported by any of the servers registered for the current buffer`\r\nerrors when doing a LspRestart or the server crashes\r\n\r\n* Delete the highlight autocommands in the LspDetatch event\r\n\r\n* Only delete autocmds for the current buffer with the group name\r\n\r\n* Simplify clearing the autocommands\r\n\r\n---------\r\n\r\nCo-authored-by: Francis Belanger ","shortMessageHtmlLink":"Fix highlight errors when lsp crash or stop (#864)"}},{"before":"2e68a2c2532d1575b717721a34efa033f4d7a88e","after":"f92fb11d681a29f02ba144227142dfcf18297da7","ref":"refs/heads/master","pushedAt":"2024-04-22T11:27:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Fix deprecation notice of inlay hints (#873)","shortMessageHtmlLink":"Fix deprecation notice of inlay hints (#873)"}},{"before":"9f5176fc2a30fbf5f0601ba1c84a345a4943bac2","after":"2e68a2c2532d1575b717721a34efa033f4d7a88e","ref":"refs/heads/master","pushedAt":"2024-04-20T17:14:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Add a commented out example of the classic complete keymaps. Fixes #866 (#868)","shortMessageHtmlLink":"Add a commented out example of the classic complete keymaps. Fixes #866…"}},{"before":"931ec5c226b8440fa3ed066a6a2fbe78e29bf5e1","after":"9f5176fc2a30fbf5f0601ba1c84a345a4943bac2","ref":"refs/heads/master","pushedAt":"2024-04-20T17:14:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Minor improvements of debian install instructions. Fixes #859 (#869)","shortMessageHtmlLink":"Minor improvements of debian install instructions. Fixes #859 (#869)"}},{"before":"b07176aef66948fa9de810174d3fc8a780eb8953","after":"931ec5c226b8440fa3ed066a6a2fbe78e29bf5e1","ref":"refs/heads/master","pushedAt":"2024-04-20T15:55:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Update README.md (#860)\n\nAttempted fix for #859, provide reasonable Debian install instructions -- comment on GitHub issue with refinement.","shortMessageHtmlLink":"Update README.md (#860)"}},{"before":"f5c9fe8e15aafb6857706e3c05b5eee4ecb98a2b","after":"b07176aef66948fa9de810174d3fc8a780eb8953","ref":"refs/heads/master","pushedAt":"2024-04-19T17:50:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"fix: restore Mason config timing for DAP startup (again) (#865)","shortMessageHtmlLink":"fix: restore Mason config timing for DAP startup (again) (#865)"}},{"before":"5e258d276fef52cc45a17021dc83a95748a0bc7f","after":"f5c9fe8e15aafb6857706e3c05b5eee4ecb98a2b","ref":"refs/heads/master","pushedAt":"2024-04-18T01:00:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Add gitsigns recommended keymaps as an optional plugin (#858)","shortMessageHtmlLink":"Add gitsigns recommended keymaps as an optional plugin (#858)"}},{"before":"5540527fabc2776cf62b63ef511079b1c8bf5297","after":"5e258d276fef52cc45a17021dc83a95748a0bc7f","ref":"refs/heads/master","pushedAt":"2024-04-17T19:25:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Move plugin examples from README to optional plugin files (#831)\n\n* Move autopairs example from README to an optional plugin\r\n\r\n* Move neo-tree example from README to an optional plugin","shortMessageHtmlLink":"Move plugin examples from README to optional plugin files (#831)"}},{"before":"6d6b3f38c1e243e2fd8f96b6b6eff1720c110cab","after":"5540527fabc2776cf62b63ef511079b1c8bf5297","ref":"refs/heads/master","pushedAt":"2024-04-17T18:04:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Enable inlay hints for the supporting servers (#843)","shortMessageHtmlLink":"Enable inlay hints for the supporting servers (#843)"}},{"before":"fabeb86d8bb6cf1df5e05377f3abca10e4a25a24","after":"6d6b3f38c1e243e2fd8f96b6b6eff1720c110cab","ref":"refs/heads/master","pushedAt":"2024-04-17T18:02:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Fix: #847 - add prefer_git to treesitter config (#856)","shortMessageHtmlLink":"Fix: #847 - add prefer_git to treesitter config (#856)"}},{"before":"9ddac5a2f168dd9d5839d9ef2195e8748fa86ad2","after":"9f52334ffa0c31745cabb88436b6d3f9119769ad","ref":"refs/heads/cpatti_add_prefer_git","pushedAt":"2024-04-17T15:54:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Enhancement: Add comment as per suggestion","shortMessageHtmlLink":"Enhancement: Add comment as per suggestion"}},{"before":null,"after":"9ddac5a2f168dd9d5839d9ef2195e8748fa86ad2","ref":"refs/heads/cpatti_add_prefer_git","pushedAt":"2024-04-17T15:26:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Fix: #847\n\nThis PR configures Treesitter to prefer git rather than expecting curl\nto be installed. This prevevents a failure mode on WSL where curl is\noptional.","shortMessageHtmlLink":"Fix: #847"}},{"before":"e2bfa0c66f474f7d8863a8bc05e3d5bdf704f7bf","after":"fabeb86d8bb6cf1df5e05377f3abca10e4a25a24","ref":"refs/heads/master","pushedAt":"2024-04-17T13:59:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Comment about nerd font selection. Fixes #853 (#854)","shortMessageHtmlLink":"Comment about nerd font selection. Fixes #853 (#854)"}},{"before":"23773900d9a2e1079a1a04d31adce5c5e901db6f","after":"e2bfa0c66f474f7d8863a8bc05e3d5bdf704f7bf","ref":"refs/heads/master","pushedAt":"2024-04-16T15:29:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Arch, btw (#852)\n\n* Arch, btw\r\n\r\n* Add unzip\r\n\r\n* Add unzip for Fedora and --needed arg for Arch","shortMessageHtmlLink":"Arch, btw (#852)"}},{"before":"c4363e4ad8aa3269a581d89b1e11403dd89df291","after":"23773900d9a2e1079a1a04d31adce5c5e901db6f","ref":"refs/heads/master","pushedAt":"2024-04-08T20:13:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Update README (#832)","shortMessageHtmlLink":"Update README (#832)"}},{"before":"19afab164183a5e80d8f7e7ae9df6b57e26a4a48","after":"c4363e4ad8aa3269a581d89b1e11403dd89df291","ref":"refs/heads/master","pushedAt":"2024-04-04T14:31:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Add a pull request template (#825)","shortMessageHtmlLink":"Add a pull request template (#825)"}},{"before":"d605b840a2697de9f6e7277787b7e415aec602da","after":"19afab164183a5e80d8f7e7ae9df6b57e26a4a48","ref":"refs/heads/master","pushedAt":"2024-04-01T14:36:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"README: move backup and paths from external deps to install section (#819)","shortMessageHtmlLink":"README: move backup and paths from external deps to install section (#…"}},{"before":"1175f6d25a84146fda2eb16236d2a21ae30cc7b1","after":"d605b840a2697de9f6e7277787b7e415aec602da","ref":"refs/heads/master","pushedAt":"2024-04-01T00:00:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Don't lazy load conform plugin (#818)","shortMessageHtmlLink":"Don't lazy load conform plugin (#818)"}},{"before":"93fde0556e82ead2a5392ccb678359fa59437b98","after":"1175f6d25a84146fda2eb16236d2a21ae30cc7b1","ref":"refs/heads/master","pushedAt":"2024-03-31T17:36:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Add a keymap space-f to format buffer using conform (#817)\n\nThis works also for visual range selection\r\nCopied from conform recipe:\r\nhttps://github.com/stevearc/conform.nvim/blob/master/doc/recipes.md","shortMessageHtmlLink":"Add a keymap space-f to format buffer using conform (#817)"}},{"before":"2877a60e00e661fd716f8fc4f772dee0860f5036","after":"93fde0556e82ead2a5392ccb678359fa59437b98","ref":"refs/heads/master","pushedAt":"2024-03-27T15:24:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Add instructions to quit :lazy. Fixes #761","shortMessageHtmlLink":"Add instructions to quit :lazy. Fixes #761"}},{"before":null,"after":"93fde0556e82ead2a5392ccb678359fa59437b98","ref":"refs/heads/feoh_add_lazy_quit","pushedAt":"2024-03-27T15:23:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"Add instructions to quit :lazy. Fixes #761","shortMessageHtmlLink":"Add instructions to quit :lazy. Fixes #761"}},{"before":"dbba54cfd81506a20832aade85735bf4dc377b95","after":"2877a60e00e661fd716f8fc4f772dee0860f5036","ref":"refs/heads/master","pushedAt":"2024-03-27T14:16:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"fix #799 (#800)\n\nAdd `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`","shortMessageHtmlLink":"fix #799 (#800)"}},{"before":"4c02e29e49bf2e3b478f751f9dd78ae4b138232a","after":"dbba54cfd81506a20832aade85735bf4dc377b95","ref":"refs/heads/master","pushedAt":"2024-03-21T19:47:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"feoh","name":"Chris Patti","path":"/feoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330070?s=80&v=4"},"commit":{"message":"README: wrap long lines (#784)","shortMessageHtmlLink":"README: wrap long lines (#784)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERs5OaQA","startCursor":null,"endCursor":null}},"title":"Activity · nvim-lua/kickstart.nvim"}