Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-07 | Merge pull request #420 from saccarosium/master | Chris Patti | |
docs: restructure README | |||
2023-09-07 | Merge pull request #404 from e-aakash/lsp-goto-implementation | Chris Patti | |
Use telescope for goto implementation | |||
2023-09-06 | Merge pull request #406 from gangelop/git-keymaps | Chris Patti | |
Revert gitsigns keymaps but fix vimdiff and fugitive conflict | |||
2023-09-05 | Merge pull request #419 from dilshod/patch-1 | Chris Patti | |
Add telescope search resume key binding | |||
2023-09-05 | docs: restructure README | Luca Saccarola | |
2023-09-04 | Add telescope search resume key binding | Dilshod Temirkhodjaev | |
2023-08-29 | Merge pull request #410 from gangelop/TSInstall-javascript | Chris Patti | |
treesitter: ensure 'javascript' installed along with typescript and tsx | |||
2023-08-27 | treesitter: ensure 'javascript' installed along with typescript and tsx | George Angelopoulos | |
This parser is actually needed for some *JSX* parsing, and since typescript and tsx are already getting installed, it makes sense to also install the javascript parser. | |||
2023-08-22 | Revert gitsigns keymaps but fix vimdiff and fugitive conflict | George Angelopoulos | |
Originally, the keymaps for jumping to next and previous git hunks were ]c and [c. This was changed in #323 (83b65a1) because they overwrote the built-in vimdiff keymaps. However, the more traditional solution is to have ]c and [c *extend* the built-in keymap. This is what fugitive and gitgutter have been doing for years. Gitsigns doesn't do this by itself, but it has a recommended keymap configuration on which the present patch is based: https://github.com/lewis6991/gitsigns.nvim#keymaps The only thing I've added is to have the keymaps work in visual mode as well, which is the same behavior as the built in vimdiff keymaps. | |||
2023-08-21 | Update init.lua | Chris Patti | |
Fix typo in original. Co-authored-by: Luis G Estrades <luisgarciaestrades@gmail.com> | |||
2023-08-20 | Use telescope for goto implementation | E. Aakash | |
2023-08-19 | Merge pull request #402 from ErikKarlgren/fix-readme-typo | Chris Patti | |
Fix typo in README.md | |||
2023-08-19 | Fix typo in README.md | Erik | |
2023-08-10 | Merge pull request #395 from smiggiddy/smiggiddy-patch-1 | Chris Patti | |
Add a link to the external lua-guide now that :help lua-guide is gone. | |||
2023-08-10 | Update init.lua | Smig | |
added a URL to the lua-guide may help others who miss the :help lua-guide | |||
2023-08-06 | Merge pull request #387 from daanrongen/master | Chris Patti | |
2023-08-06 | fix: missing comma | daan | |
2023-08-06 | Merge pull request #384 from pbnj/fix/telescope-fzf-native-as-dependency | Chris Patti | |
2023-08-05 | fix: fix brackets | Peter Benjamin | |
2023-08-05 | fix(init): turn telescope-fzf-native into a dependecy | Peter Benjamin | |
2023-07-30 | Merge pull request #380 from eltociear/patch-1 | Chris Patti | |
2023-07-31 | Fix typo in init.lua | Ikko Eltociear Ashimine | |
releated -> related | |||
2023-07-25 | Merge pull request #376 from Numkil/patch-bug | Chris Patti | |
Fix bug when server not explicitely defined in configuration but installed | |||
2023-07-25 | Fix bug when server not explicitely defined in configuration but installed | Merel Jossart | |
2023-07-24 | Merge pull request #373 from Numkil/patch-1 | Chris Patti | |
Allow easier overriding of default filetypes for LSP | |||
2023-07-24 | setup more language servers i use + allow customizing filetypes | Numkil | |
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 |