Commit Graph

181 Commits (7a730dc9d6357d3f02ab3f4bef4d65d3bacf65a4)
 

Author SHA1 Message Date
Oluwatobi 7a730dc9d6 removed java 9 months ago
Oluwatobi 74267c56fd updated and added folding config 9 months ago
Oluwatobi d7f4690061 temp remove isort 9 months ago
Oluwatobi 0dbbd56652 updated and add vi-mongo plugin 10 months ago
Oluwatobi a717a047cb updated formatter and java home for config config 11 months ago
Oluwatobi b0b09a068c added java plugin 11 months ago
Oluwatobi 081d908c86 updated neotree 1 year ago
Oluwatobi 00ed47465d working version after update 1 year ago
Oluwatobi a963cb7284 split updat 1 year ago
Oluwatobi 6095f11ed2 db auto completion 1 year ago
Oluwatobi a3441de62b added jarkata to java plugin 1 year ago
Oluwatobi 3059d0236a telescope: Search to Quick Fix List 1 year ago
Oluwatobi b4d295e1e4 updated key bind for go 1 year ago
Oluwatobi f07fb6cced added xml formatter 1 year ago
Oluwatobi 92663adae6 removed tx-context-commment 2 years ago
Oluwatobi b802ca4a29 updated 2 years ago
Oluwatobi 19568cdfe2 update and added config for templ 2 years ago
Oluwatobi 3c5d202b1b lsp diagnotics 2 years ago
Oluwatobi f9e3314b2d update 2 years ago
Oluwatobi c37bf09c81 update vim config 2 years ago
Oluwatobi 3a76bbf0c6 update 2 years ago
Oluwatobi 2100726468 added format support for jsx tsx 2 years ago
Oluwatobi d7575d7a55 added conform formatter 2 years ago
Oluwatobi fc4c1c2612 comfortable, but python not formatting 2 years ago
Chris Patti f15af9b8be
Merge pull request #448 from AshrafMichail23/main
Defer Treesitter setup to improve startup time of nvim {filename}
2 years ago
Chris Patti 313bd75ca0 Fix git clone instruction - separate code blocks for Windows and UNIX. 2 years ago
Ashraf Michail 4d5f24d6c1 Defer Treesitter setup to improve startup time of nvim {filename} 2 years ago
Chris Patti daf2dc38fc
Merge pull request #438 from tcld/which_key_documentation
Which key documentation and 2-3 changed keybindings
2 years ago
Chris Patti fca29aa644
Merge pull request #446 from lukas-reineke/fix-indent-blankline
fix: fix indent-blankline config
2 years ago
Lukas Reineke 7a58588a92 fix: fix indent-blankline config 2 years ago
Chris Patti e8c70473c9
Merge pull request #443 from emmanuelchucks/patch-1
fix(init.lua): indent blankline v3 setup
2 years ago
Emmanuel Chucks 878ec12318
fix(init.lua): indent blankline v3 setup 2 years ago
Chris Patti 3668af39f4
Merge pull request #442 from Anthony-Fiddes/add-lazy-lock
Remove lazy-lock.json from .gitignore
2 years ago
Anthony Fiddes aff064f714 Remove lazy-lock.json from .gitignore 2 years ago
tcld 0340f77200 Add documentation for custom which-key groups 2 years ago
Chris Patti d891f4ac5a
Merge pull request #436 from Chris-Gillis/telescope-config-typo-fix 2 years ago
Christopher Gillis 8443853cfe
Remove extra "r" Search Resume description 2 years ago
Chris Patti 4b31f8ef9e
Merge pull request #422 from saccarosium/master
Iterate over #420
2 years ago
Luca Saccarola 24885f2483 docs: remove archive installation 2 years ago
Chris Patti c80a77488b
Merge pull request #420 from saccarosium/master
docs: restructure README
2 years ago
Chris Patti 6453352e25
Merge pull request #404 from e-aakash/lsp-goto-implementation
Use telescope for goto implementation
2 years ago
Chris Patti c010cc71d5
Merge pull request #406 from gangelop/git-keymaps
Revert gitsigns keymaps but fix vimdiff and fugitive conflict
2 years ago
Chris Patti 304b2445cf
Merge pull request #419 from dilshod/patch-1
Add telescope search resume key binding
2 years ago
Luca Saccarola f3f6a595a2 docs: restructure README 2 years ago
Dilshod Temirkhodjaev ac9b167860
Add telescope search resume key binding 2 years ago
Chris Patti 1a971cbdcf
Merge pull request #410 from gangelop/TSInstall-javascript
treesitter: ensure 'javascript' installed along with typescript and tsx
2 years ago
George Angelopoulos a347bb401e treesitter: ensure 'javascript' installed along with typescript and tsx
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.
2 years ago
George Angelopoulos 38a0f03231 Revert gitsigns keymaps but fix vimdiff and fugitive conflict
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.
2 years ago
Chris Patti 1283a0bbe7
Update init.lua
Fix typo in original.

Co-authored-by: Luis G Estrades <luisgarciaestrades@gmail.com>
2 years ago
E. Aakash f00ff6f6ab Use telescope for goto implementation 2 years ago