aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-19Fix typo in README.mdErik
2023-08-10Merge pull request #395 from smiggiddy/smiggiddy-patch-1Chris Patti
Add a link to the external lua-guide now that :help lua-guide is gone.
2023-08-10Update init.luaSmig
added a URL to the lua-guide may help others who miss the :help lua-guide
2023-08-06Merge pull request #387 from daanrongen/masterChris Patti
2023-08-06fix: missing commadaan
2023-08-06Merge pull request #384 from pbnj/fix/telescope-fzf-native-as-dependencyChris Patti
2023-08-05fix: fix bracketsPeter Benjamin
2023-08-05fix(init): turn telescope-fzf-native into a dependecyPeter Benjamin
2023-07-30Merge pull request #380 from eltociear/patch-1Chris Patti
2023-07-31Fix typo in init.luaIkko Eltociear Ashimine
releated -> related
2023-07-25Merge pull request #376 from Numkil/patch-bugChris Patti
Fix bug when server not explicitely defined in configuration but installed
2023-07-25Fix bug when server not explicitely defined in configuration but installedMerel Jossart
2023-07-24Merge pull request #373 from Numkil/patch-1Chris Patti
Allow easier overriding of default filetypes for LSP
2023-07-24setup more language servers i use + allow customizing filetypesNumkil
2023-07-21Merge pull request #369 from Dennis-Rall/patch-2Chris Patti
2023-07-20Remove fixed line number and describe lineDennis-Rall
2023-07-20Add hint to uncomment line to autodetect pluginsDennis-Rall
2023-07-17Merge pull request #367 from sevensidedmarble/remove-timeoutChris Patti
Remove timout default
2023-07-17Remove timeoutAndrew Stewart
2023-07-07Merge pull request #357 from kdheepak/patch-1Chris Patti
Update README.md with a GitHub friendly video example
2023-07-07Merge pull request #358 from kdheepak/patch-2Chris Patti
Make init.lua copy-paste friendly
2023-07-07Merge pull request #362 from andres-lowrie/patch-1Chris Patti
fix: correct typo
2023-07-07correct typoAndres Lowrie
Hey y'all 👋 I think there may have been a typo?
2023-07-01docs: Update README.md 📚Dheepak Krishnamurthy
2023-07-01Make init.lua copy-paste friendlyDheepak Krishnamurthy
2023-06-22Merge pull request #344 from MariaSolOs/deprecated-styluaChris Patti
Use call_parentheses = "None"
2023-06-22Merge pull request #346 from juangiordana/debugChris Patti
Add descriptions for debugging keybindings.
2023-06-22Merge pull request #347 from ilian/patch-1Chris Patti
Fix typo in ignorecase comment
2023-06-18Fix typo in ignorecase commentilian
In order to perform a case-sensitive search with ignorecase, the pattern should contain `\C` instead of `/C`.
2023-06-18Add 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-16Use call_parenthesesMaria José Solano
2023-06-14Merge pull request #342 from gfaster/masterChris Patti
2023-06-14Add legacy tag to fidget to avoid deprecation warningGavin
2023-06-07Merge pull request #337 from nvim-lua/enable_python_indentChris Patti
2023-06-07Fixes #336 - Enabale treesitter indent for PythonChris Patti
Tested in my local configuratoin. Indenting works great.
2023-06-04Revert "Refactor theme and status line into their own file"Chris Patti
This reverts commit cdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9.
2023-06-03Refactor theme and status line into their own fileChris Patti
2023-06-02Merge pull request #323 from luizcalliari/masterChris Patti
FIX: Conflict with vimdiff keybinding
2023-05-30Merge pull request #327 from kaminskypavel/patch-1Chris Patti
2023-05-30Update README.mdPavel 'PK' Kaminsky
fix(docs): whoops missed another instance of `nvim-data`
2023-05-29Merge pull request #326 from kaminskypavel/patch-1Chris Patti
2023-05-29fix(docs): update windows path to a correct folderPavel 'PK' Kaminsky
2023-05-25FIX: Conflict with vimdiff keybindingLuiz Antonio Calliari Filho
2023-05-22Merge pull request #319 from mech-a/readmeChris Patti
Remove "after/" reference in README and other clean-up items
2023-05-22refact: remove after/ reference in readme, other clean-up itemsGaurav Bhatnagar
2023-05-22Merge pull request #318 from mech-a/is311Chris Patti
Add cmp comments
2023-05-21refact: add cmp comments, otherGaurav Bhatnagar
2023-05-21Update README.mdChris Patti
Fix for #314 - there's no -data at the end of the nvim dir.
2023-05-16Merge pull request #310 from mech-a/masterChris Patti
2023-05-16refact: styluaGaurav Bhatnagar