Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2023-07-30 | Merge pull request #380 from eltociear/patch-1 | Chris Patti | |
2023-07-31 | Fix typo in init.lua | Ikko Eltociear Ashimine | |
releated -> related | |||
2023-07-25 | Merge pull request #376 from Numkil/patch-bug | Chris Patti | |
Fix bug when server not explicitely defined in configuration but installed | |||
2023-07-25 | Fix bug when server not explicitely defined in configuration but installed | Merel Jossart | |
2023-07-24 | Merge pull request #373 from Numkil/patch-1 | Chris Patti | |
Allow easier overriding of default filetypes for LSP | |||
2023-07-24 | setup more language servers i use + allow customizing filetypes | Numkil | |
2023-07-21 | Merge pull request #369 from Dennis-Rall/patch-2 | Chris Patti | |
2023-07-20 | Remove fixed line number and describe line | Dennis-Rall | |