Commit Graph

92 Commits (07b8465f31634f8e4e482aef69c1fc495e545830)

Author SHA1 Message Date
NotAI 07b8465f31 Added relative line number display and highlighting
Tommy Williams ee9790b381
option to reduce noisy Lua_LS's missing-fields warnings ()
j-hui 711e5976dd init.lua: remove 'legacy' tag from fidget.nvim
Shashwat Agrawal af4f51b2cd fix(auto-completion): ensure first menu item is selected by default
Damjan 9000 c8dd8e7e0c init.lua: minor edits of section comments for consistency
Damjan 9000 f23484cf88 init.lua: move diagnostic keymaps together with other keymaps
Sebastian Lara Menares 1d14453024 Live Grep from Git root falls back to cwd on special buffers
Sebastian Lara Menares 5ce4f38e1e change keymap to not disrupt existing users of Search by Grep
Sebastian Lara Menares 0fda9af7c9 add Telescope live_grep on Git root
Theo P 5d8921990b feat(lsp): use Telescope builtin functions for LSP definition and type
definition
Alvaro-Kothe db7189f35c Fix help for indent-blankline plugin
Since version 3 `:help indent_blankline` no longer works. Replace it
with `:help ibl`.
Ashraf Michail 01ed2525bb Fix bash errors
Anthony Fiddes 36224daa1b Move mason setup up further
This helps if a user needs to find a mason executable
Anthony Fiddes 6ffc5a169f Fix Mason setup issue and run stylua.
Ashraf Michail 4d5f24d6c1 Defer Treesitter setup to improve startup time of nvim {filename}
Chris Patti daf2dc38fc
Merge pull request from tcld/which_key_documentation
Which key documentation and 2-3 changed keybindings
Lukas Reineke 7a58588a92 fix: fix indent-blankline config
Emmanuel Chucks 878ec12318
fix(init.lua): indent blankline v3 setup
tcld 0340f77200 Add documentation for custom which-key groups
Christopher Gillis 8443853cfe
Remove extra "r" Search Resume description
Chris Patti 6453352e25
Merge pull request from e-aakash/lsp-goto-implementation
Use telescope for goto implementation
Chris Patti c010cc71d5
Merge pull request from gangelop/git-keymaps
Revert gitsigns keymaps but fix vimdiff and fugitive conflict
Dilshod Temirkhodjaev ac9b167860
Add telescope search resume key binding
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.
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  (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.
Chris Patti 1283a0bbe7
Update init.lua
Fix typo in original.

Co-authored-by: Luis G Estrades <luisgarciaestrades@gmail.com>
E. Aakash f00ff6f6ab Use telescope for goto implementation
Smig d0b47ce958
Update init.lua
added a URL to the lua-guide
may help others who miss the :help lua-guide
daan a4ec83a433
fix: missing comma
Peter Benjamin 8ee4d24b36
fix: fix brackets
Peter Benjamin b06980a8da
fix(init): turn telescope-fzf-native into a dependecy
Ikko Eltociear Ashimine c2fb482ec1
Fix typo in init.lua
releated -> related
Merel Jossart 734cc4e94a Fix bug when server not explicitely defined in configuration but installed
Numkil 29aa5bf42d setup more language servers i use + allow customizing filetypes
Andrew Stewart 31f867a699
Remove timeout
Dheepak Krishnamurthy 957655ddb8 Make init.lua copy-paste friendly
ilian d8b3b774bb Fix typo in ignorecase comment
In order to perform a case-sensitive search with ignorecase, the pattern
should contain `\C` instead of `/C`.
Gavin ac07c5c59c Add legacy tag to fidget to avoid deprecation warning
Chris Patti 5125fd927a
Merge pull request from nvim-lua/enable_python_indent
Chris Patti e6cb90b2b3 Fixes - Enabale treesitter indent for Python
Tested in my local configuratoin. Indenting works great.
Chris Patti 5e4d24cb2f Revert "Refactor theme and status line into their own file"
This reverts commit cdaa750c86.
Chris Patti cdaa750c86 Refactor theme and status line into their own file
Luiz Antonio Calliari Filho 83b65a1c7d FIX: Conflict with vimdiff keybinding
Chris Patti f031fa4509
Merge pull request from mech-a/readme
Remove "after/" reference in README and other clean-up items
Gaurav Bhatnagar 8d97b11dd8 refact: remove after/ reference in readme, other clean-up items
Gaurav Bhatnagar 8e8ba26a96 refact: add cmp comments, other
Gaurav Bhatnagar 455691bd8d refact: stylua
Chris Patti a694c380d0
Merge pull request from SamPosh/patch-3
Chris Patti ded185411f
Merge pull request from luizcalliari/master
Features to move to diffs and show the preview values.
Chris Patti ce2981db4b
Merge pull request from mech-a/mech-a-patch-1
change luasnip tab jumping to locally jumpable