Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | Merge pull request #369 from Dennis-Rall/patch-2 | Chris Patti | |
2023-07-20 | Remove fixed line number and describe line | Dennis-Rall | |
2023-07-20 | Add hint to uncomment line to autodetect plugins | Dennis-Rall | |
2023-07-17 | Merge pull request #367 from sevensidedmarble/remove-timeout | Chris Patti | |
Remove timout default | |||
2023-07-17 | Remove timeout | Andrew Stewart | |
2023-07-07 | Merge pull request #357 from kdheepak/patch-1 | Chris Patti | |
Update README.md with a GitHub friendly video example | |||
2023-07-07 | Merge pull request #358 from kdheepak/patch-2 | Chris Patti | |
Make init.lua copy-paste friendly | |||
2023-07-07 | Merge pull request #362 from andres-lowrie/patch-1 | Chris Patti | |
fix: correct typo | |||
2023-07-07 | correct typo | Andres Lowrie | |
Hey y'all 👋 I think there may have been a typo? | |||
2023-07-01 | docs: Update README.md 📚 | Dheepak Krishnamurthy | |
2023-07-01 | Make init.lua copy-paste friendly | Dheepak Krishnamurthy | |
2023-06-22 | Merge pull request #344 from MariaSolOs/deprecated-stylua | Chris Patti | |
Use call_parentheses = "None" | |||
2023-06-22 | Merge pull request #346 from juangiordana/debug | Chris Patti | |
Add descriptions for debugging keybindings. | |||
2023-06-22 | Merge pull request #347 from ilian/patch-1 | Chris Patti | |
Fix typo in ignorecase comment | |||
2023-06-18 | Fix typo in ignorecase comment | ilian | |
In order to perform a case-sensitive search with ignorecase, the pattern should contain `\C` instead of `/C`. | |||
2023-06-18 | Add descriptions for debugging keybindings. | Juan Giordana | |
Add descriptions for debugging key bindings. Improve formatting by changing double quotes to single quotes in order to keep compatibility with the rest of the kickstart.nvim project. | |||
2023-06-16 | Use call_parentheses | Maria José Solano | |
2023-06-14 | Merge pull request #342 from gfaster/master | Chris Patti | |
2023-06-14 | Add legacy tag to fidget to avoid deprecation warning | Gavin | |
2023-06-07 | Merge pull request #337 from nvim-lua/enable_python_indent | Chris Patti | |
2023-06-07 | Fixes #336 - Enabale treesitter indent for Python | Chris Patti | |
Tested in my local configuratoin. Indenting works great. | |||
2023-06-04 | Revert "Refactor theme and status line into their own file" | Chris Patti | |
This reverts commit cdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9. | |||
2023-06-03 | Refactor theme and status line into their own file | Chris Patti | |
2023-06-02 | Merge pull request #323 from luizcalliari/master | Chris Patti | |
FIX: Conflict with vimdiff keybinding | |||
2023-05-30 | Merge pull request #327 from kaminskypavel/patch-1 | Chris Patti | |
2023-05-30 | Update README.md | Pavel 'PK' Kaminsky | |
fix(docs): whoops missed another instance of `nvim-data` | |||
2023-05-29 | Merge pull request #326 from kaminskypavel/patch-1 | Chris Patti | |
2023-05-29 | fix(docs): update windows path to a correct folder | Pavel 'PK' Kaminsky | |
2023-05-25 | FIX: Conflict with vimdiff keybinding | Luiz Antonio Calliari Filho | |
2023-05-22 | Merge pull request #319 from mech-a/readme | Chris Patti | |
Remove "after/" reference in README and other clean-up items | |||
2023-05-22 | refact: remove after/ reference in readme, other clean-up items | Gaurav Bhatnagar | |
2023-05-22 | Merge pull request #318 from mech-a/is311 | Chris Patti | |
Add cmp comments | |||
2023-05-21 | refact: add cmp comments, other | Gaurav Bhatnagar | |
2023-05-21 | Update README.md | Chris Patti | |
Fix for #314 - there's no -data at the end of the nvim dir. | |||
2023-05-16 | Merge pull request #310 from mech-a/master | Chris Patti | |
2023-05-16 | refact: stylua | Gaurav Bhatnagar | |
2023-05-16 | Merge pull request #296 from SamPosh/patch-3 | Chris Patti | |
2023-05-15 | Merge pull request #203 from luizcalliari/master | Chris Patti | |
Features to move to diffs and show the preview values. | |||
2023-05-15 | Merge pull request #302 from mech-a/mech-a-patch-1 | Chris Patti | |
change luasnip tab jumping to locally jumpable | |||
2023-05-15 | Merge pull request #303 from declan-whiting/get_query_is_deprecated | Chris Patti | |
Telescope to use latest release branch | |||
2023-05-08 | Udated tree sitter to use latest release branch | dec | |
2023-05-07 | add local jumping to shift tab | Gaurav Bhatnagar | |
2023-05-07 | change luasnip tab jumping to locally jumpable | Gaurav Bhatnagar | |
2023-05-02 | Added friendly snippet support | SamPosh | |
2023-04-27 | Merge pull request #289 from victorwallsten/master | Chris Patti | |
Add <C-n>, <C-p> mappings to nvim-cmp setup | |||
2023-04-27 | Add <C-n>, <C-p> mappings to nvim-cmp setup | Victor Wallsten | |
2023-04-26 | Merge pull request #288 from sumanth-lingappa/master | Chris Patti | |
corrected git clone command | |||
2023-04-26 | corrected git clone command | Sumanth Lingappa | |
2023-04-26 | Update README.md | Chris Patti | |
Tiny wording changes I requested from https://github.com/nvim-lua/kickstart.nvim/pull/283 | |||
2023-04-26 | Merge pull request #283 from nPHYN1T3/master | Chris Patti | |
A bit of clarification |