aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-26Merge pull request #479 from dam9000/update-readme-lazy-syncChris Patti
2023-10-26Update README Post Installation stepsDamjan 9000
Change the recommendation to just run nvim normally instead of the headless mode for the first run. This will show Lazy UI updating the plugins which would match what the video show and may be easier to understand what is going on thant the silent headless run.
2023-10-13Merge pull request #467 from theopn/masterChris Patti
Use Telescope builtin functions for LSP definition and type definition
2023-10-13feat(lsp): use Telescope builtin functions for LSP definition and typeTheo P
definition
2023-10-12Merge pull request #462 from Alvaro-Kothe/fix-help-iblChris Patti
Fix help for indent-blankline plugin
2023-10-10Fix help for indent-blankline pluginAlvaro-Kothe
Since version 3 `:help indent_blankline` no longer works. Replace it with `:help ibl`.
2023-10-10Merge pull request #452 from AshrafMichail23/fix_bash_errorsChris Patti
Fix Treesitter bash errors when editing README.md
2023-10-10Merge pull request #458 from pedrosantayana/masterChris Patti
Simple misstype fix on README.md
2023-10-07docs: fix misstype on README.mdPedro Santayana
2023-10-08Fix bash errorsAshraf Michail
2023-10-07Merge pull request #456 from goatfiles/fix-diagnostic-errorsChris Patti
fix: remove spaces in empty lines
2023-10-07Merge pull request #455 from Anthony-Fiddes/fix-mason-setupChris Patti
Fix Mason setup bug and run stylua
2023-10-07Move mason setup up furtherAnthony Fiddes
This helps if a user needs to find a mason executable
2023-10-07remove spaces in empty linesamtoine
2023-10-06Fix Mason setup issue and run stylua.Anthony Fiddes
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