aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-27Remove lazy-lock.json from .gitignoreAnthony Fiddes
2023-09-23Merge pull request #436 from Chris-Gillis/telescope-config-typo-fixChris Patti
2023-09-23Remove extra "r" Search Resume descriptionChristopher Gillis
2023-09-13Merge pull request #422 from saccarosium/masterChris Patti
Iterate over #420
2023-09-13docs: remove archive installationLuca Saccarola
2023-09-07Merge pull request #420 from saccarosium/masterChris Patti
docs: restructure README
2023-09-07Merge pull request #404 from e-aakash/lsp-goto-implementationChris Patti
Use telescope for goto implementation
2023-09-06Merge pull request #406 from gangelop/git-keymapsChris Patti
Revert gitsigns keymaps but fix vimdiff and fugitive conflict
2023-09-05Merge pull request #419 from dilshod/patch-1Chris Patti
Add telescope search resume key binding
2023-09-05docs: restructure READMELuca Saccarola
2023-09-04Add telescope search resume key bindingDilshod Temirkhodjaev
2023-08-29Merge pull request #410 from gangelop/TSInstall-javascriptChris Patti
treesitter: ensure 'javascript' installed along with typescript and tsx
2023-08-27treesitter: ensure 'javascript' installed along with typescript and tsxGeorge 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-22Revert gitsigns keymaps but fix vimdiff and fugitive conflictGeorge 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-21Update init.lua Chris Patti
Fix typo in original. Co-authored-by: Luis G Estrades <luisgarciaestrades@gmail.com>
2023-08-20Use telescope for goto implementationE. Aakash
2023-08-19Merge pull request #402 from ErikKarlgren/fix-readme-typoChris Patti
Fix typo in README.md
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