aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-07remove spaces in empty linesamtoine
2023-10-01Merge pull request #448 from AshrafMichail23/mainChris Patti
Defer Treesitter setup to improve startup time of nvim {filename}
2023-09-30Fix git clone instruction - separate code blocks for Windows and UNIX.Chris Patti
2023-09-30Defer Treesitter setup to improve startup time of nvim {filename}Ashraf Michail
2023-09-29Merge pull request #438 from tcld/which_key_documentationChris Patti
Which key documentation and 2-3 changed keybindings
2023-09-29Merge pull request #446 from lukas-reineke/fix-indent-blanklineChris Patti
fix: fix indent-blankline config
2023-09-28fix: fix indent-blankline configLukas Reineke
2023-09-28Merge pull request #443 from emmanuelchucks/patch-1Chris Patti
fix(init.lua): indent blankline v3 setup
2023-09-28fix(init.lua): indent blankline v3 setupEmmanuel Chucks
2023-09-27Merge pull request #442 from Anthony-Fiddes/add-lazy-lockChris Patti
Remove lazy-lock.json from .gitignore
2023-09-27Remove lazy-lock.json from .gitignoreAnthony Fiddes
2023-09-24Add documentation for custom which-key groupstcld
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