Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |