Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-26 | Merge pull request #479 from dam9000/update-readme-lazy-sync | Chris Patti | |
2023-10-26 | Update README Post Installation steps | Damjan 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-13 | Merge pull request #467 from theopn/master | Chris Patti | |
Use Telescope builtin functions for LSP definition and type definition | |||
2023-10-13 | feat(lsp): use Telescope builtin functions for LSP definition and type | Theo P | |
definition | |||
2023-10-12 | Merge pull request #462 from Alvaro-Kothe/fix-help-ibl | Chris Patti | |
Fix help for indent-blankline plugin | |||
2023-10-10 | Fix help for indent-blankline plugin | Alvaro-Kothe | |
Since version 3 `:help indent_blankline` no longer works. Replace it with `:help ibl`. | |||
2023-10-10 | Merge pull request #452 from AshrafMichail23/fix_bash_errors | Chris Patti | |
Fix Treesitter bash errors when editing README.md | |||
2023-10-10 | Merge pull request #458 from pedrosantayana/master | Chris Patti | |
Simple misstype fix on README.md | |||
2023-10-07 | docs: fix misstype on README.md | Pedro Santayana | |
2023-10-08 | Fix bash errors | Ashraf Michail | |
2023-10-07 | Merge pull request #456 from goatfiles/fix-diagnostic-errors | Chris Patti | |
fix: remove spaces in empty lines | |||
2023-10-07 | Merge pull request #455 from Anthony-Fiddes/fix-mason-setup | Chris Patti | |
Fix Mason setup bug and run stylua | |||
2023-10-07 | Move mason setup up further | Anthony Fiddes | |
This helps if a user needs to find a mason executable | |||
2023-10-07 | remove spaces in empty lines | amtoine | |
2023-10-06 | Fix Mason setup issue and run stylua. | Anthony Fiddes | |
2023-10-01 | Merge pull request #448 from AshrafMichail23/main | Chris Patti | |
Defer Treesitter setup to improve startup time of nvim {filename} | |||
2023-09-30 | Fix git clone instruction - separate code blocks for Windows and UNIX. | Chris Patti | |
2023-09-30 | Defer Treesitter setup to improve startup time of nvim {filename} | Ashraf Michail | |
2023-09-29 | Merge pull request #438 from tcld/which_key_documentation | Chris Patti | |
Which key documentation and 2-3 changed keybindings | |||
2023-09-29 | Merge pull request #446 from lukas-reineke/fix-indent-blankline | Chris Patti | |
fix: fix indent-blankline config | |||
2023-09-28 | fix: fix indent-blankline config | Lukas Reineke | |
2023-09-28 | Merge pull request #443 from emmanuelchucks/patch-1 | Chris Patti | |
fix(init.lua): indent blankline v3 setup | |||
2023-09-28 | fix(init.lua): indent blankline v3 setup | Emmanuel Chucks | |
2023-09-27 | Merge pull request #442 from Anthony-Fiddes/add-lazy-lock | Chris Patti | |
Remove lazy-lock.json from .gitignore | |||
2023-09-27 | Remove lazy-lock.json from .gitignore | Anthony Fiddes | |
2023-09-24 | Add documentation for custom which-key groups | tcld | |
2023-09-23 | Merge pull request #436 from Chris-Gillis/telescope-config-typo-fix | Chris Patti | |
2023-09-23 | Remove extra "r" Search Resume description | Christopher Gillis | |
2023-09-13 | Merge pull request #422 from saccarosium/master | Chris Patti | |
Iterate over #420 | |||
2023-09-13 | docs: remove archive installation | Luca Saccarola | |
2023-09-07 | Merge pull request #420 from saccarosium/master | Chris Patti | |
docs: restructure README | |||
2023-09-07 | Merge pull request #404 from e-aakash/lsp-goto-implementation | Chris Patti | |
Use telescope for goto implementation | |||
2023-09-06 | Merge pull request #406 from gangelop/git-keymaps | Chris Patti | |
Revert gitsigns keymaps but fix vimdiff and fugitive conflict | |||
2023-09-05 | Merge pull request #419 from dilshod/patch-1 | Chris Patti | |
Add telescope search resume key binding | |||
2023-09-05 | docs: restructure README | Luca Saccarola | |
2023-09-04 | Add telescope search resume key binding | Dilshod Temirkhodjaev | |
2023-08-29 | Merge pull request #410 from gangelop/TSInstall-javascript | Chris Patti | |
treesitter: ensure 'javascript' installed along with typescript and tsx | |||
2023-08-27 | treesitter: ensure 'javascript' installed along with typescript and tsx | George 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-22 | Revert gitsigns keymaps but fix vimdiff and fugitive conflict | George 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-21 | Update init.lua | Chris Patti | |
Fix typo in original. Co-authored-by: Luis G Estrades <luisgarciaestrades@gmail.com> | |||
2023-08-20 | Use telescope for goto implementation | E. Aakash | |
2023-08-19 | Merge pull request #402 from ErikKarlgren/fix-readme-typo | Chris Patti | |
Fix typo in README.md | |||
2023-08-19 | Fix typo in README.md | Erik | |
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 | |