Damjan 9000
5ca301d91c
Merge upstream: Fix stylua
2026-03-15 15:17:15 +01:00
Damjan 9000
08ea7f5ccd
Merge upstream: Fix formating of plugins
2026-03-15 15:17:05 +01:00
Damjan 9000
df7fff5ac4
Merge upstream: Merge pull request #1928 from nathanzeng/fix-lsp-blink-dependency
2026-03-15 15:16:59 +01:00
Damjan 9000
847e5d77db
Merge upstream: Merge pull request #1925 from nathanzeng/which-key-gitsigns
2026-03-15 15:15:28 +01:00
Damjan 9000
8f6b928ba7
Merge upstream: Format the dap keybinds
2026-03-15 13:15:29 +01:00
Damjan 9000
4dab72b75d
Merge upstream: Don't extend lsp capabilities because blink does it internally
2026-03-15 13:15:04 +01:00
Damjan 9000
ad485aecd7
Merge upstream: Add treesitter indentation
2026-03-15 13:14:09 +01:00
Damjan 9000
b4b8219215
Merge upstream: Attach treesitter using language name instead of filetype
2026-03-15 13:13:50 +01:00
Damjan 9000
ef648e33b7
Merge upstream: Add 'gr' group to which-keys
2026-03-15 13:12:05 +01:00
Damjan 9000
a7771dbca1
Merge upstream: Merge pull request #1494 from oriori1703/feature/type-hints
2026-03-15 13:11:44 +01:00
Damjan 9000
50dd24610e
Merge upstream: Clean up the lua_ls config
2026-03-15 13:11:12 +01:00
Damjan 9000
e22b470f4e
Merge upstream: Re-add mason-lspconfig
2026-03-15 13:10:26 +01:00
Damjan 9000
ee1a773ca0
Merge upstream: fix: continue cleaning up docs and config
2026-03-15 12:17:14 +01:00
Damjan 9000
d0655cf9b7
Merge upstream: fix: trimming down config and updating stylua
2026-03-15 12:16:50 +01:00
Damjan 9000
729364e83c
Merge upstream: feat(grep-string): works with visual selection too ( #1605 )
2026-03-15 12:16:34 +01:00
Damjan 9000
fd64e14fe8
Merge upstream: fix: simplify diagnostic config
2026-03-15 12:15:50 +01:00
Damjan 9000
a137651e8a
Merge upstream: feat: move Telescope config to be contained by plugin ( #1843 )
2026-03-15 12:13:59 +01:00
Damjan 9000
684d4b89ef
Merge upstream: feat: add Telescope binding for searching through commands ( #1675 )
2026-03-15 12:13:33 +01:00
Damjan 9000
33be2a76fc
Merge upstream: fix: remove deprecated methods
2026-03-15 12:13:18 +01:00
Damjan 9000
5a7a219940
Merge upstream: fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org ( #1713 )
2026-03-15 12:12:28 +01:00
Damjan 9000
03f6661927
Merge upstream: fix: remove mason-lspconfig, we do not need it anymore
2026-03-15 12:11:44 +01:00
Damjan 9000
7a55e9d1fa
Merge upstream: maybe: seeing if we can get away without lazydev and just doing simpler setup
2026-03-15 12:09:47 +01:00
Damjan 9000
113741c324
Merge upstream: fix: as far as i can tell i updated to the right tree sitter stuff
2026-03-15 12:09:34 +01:00
Damjan 9000
6038757ac3
Merge upstream: update: remove client_supports_method ( #1810 )
2026-03-15 12:09:11 +01:00
Damjan 9000
e324e4ef81
Merge upstream: fix: update main module reference for nvim-treesitter ( #1832 )
2026-03-15 12:07:59 +01:00
Ori Perry
58170c7ae3
Fix stylua
2026-03-10 22:12:41 +02:00
Ori Perry
431cf2e881
Fix formating of plugins
2026-03-10 19:00:43 +02:00
Ori Perry
7cc245ecaf
Format the dap keybinds
2026-02-28 11:32:40 +02:00
orip
177ff61483
Add type hints to plugin options where possible
...
This could help beginners to get autocompletion, catch mistakes earlier,
and allow them to skip the docs for simple configs.
This is not perfect because a lot of the plugins type all of their keys
as required, even though they have defaults, but this is good enough.
2026-02-27 20:43:08 +02:00
TJ DeVries
7e54a4c5c8
fix: trimming down config and updating stylua
2026-01-27 12:00:59 -05:00
Damjan 9000
d2844a4163
Merge 'upstream': Update remaining Mason's old address
2025-06-08 20:45:42 +02:00
Carlos Calla Alarcón
3338d39206
Update remaining Mason's old address ( #1530 )
2025-05-22 17:10:04 -04:00
Damjan 9000
726fabc5d5
Merge 'upstream': various changes 2025-05-10
...
- fix: rename vim.highlight.on_yank to vim.hl.on_yank
- README: mention fd-find in requirements
- don't lazy-load neo-tree so netrw hijacking on startup works
- Replace vim.opt with vim.o
- feat: switch vim-sleuth for guess-indent.nvim
- Change to Mason's new address
2025-05-12 12:14:27 +02:00
pynappo
fb73617653
don't lazy-load neo-tree so netrw hijacking on startup works ( #1489 )
2025-05-10 20:18:04 -04:00
Ori Perry
c92ea7ca97
Replace vim.opt with vim.o ( #1495 )
...
* Replace vim.opt with vim.o
Because it offers a nicer interface and info on hover.
For now leave vim.opt when using the table interface (until vim.o
with tables is implemented)
* Add type hint for vim.opt.rtp
* Add a comment about using vim.opt instead of vim.o
2025-05-10 20:16:03 -04:00
Damjan 9000
f8727376ad
remove cmp.lua which was replaced with blink-cmp.lua
2025-04-15 21:01:39 +02:00
Damjan 9000
b226b49545
Merge 'upstream': feat: switch nvim-cmp for blink.cmp
2025-04-15 18:14:59 +02:00
Liam Dyer
d350db2449
feat: switch nvim-cmp for blink.cmp ( #1426 )
2025-04-09 17:25:57 -04:00
Damjan 9000
f36056b307
Merge 'upstream': telescope branch, lsp keybindings, spelling
...
- Remove Telescope `0.1` branch lock
- Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovim 0.11
- fix: minor misspellings
2025-04-09 19:14:49 +02:00
Damjan 9000
153ec746bd
Merge 'upstream': move windows, conform format_on_save
...
- feat(keymap): move windows without `<C-w>`
- changed Conform's format_on_save lambda so that buffers that match
disable_filetypes return nil. This allows you to enable a formatter for
langages in the disable_filetypes table to have a formatter that can be
run manually with Leader-f but doesnt enable format_on_save for them
2025-03-24 22:13:34 +01:00
Damjan 9000
af749bdb4b
Merge 'upstream': various fixes
...
- Propsed fix for init.lua warnings
- Remove duplicate cmp-path
- fix: regression introduced in db78c0b217f
- Fix: fix the cmp-nvim-lsp-signature-help link
- feat: add basic function signature help
- perf: load tokyonight.nvim in the intended way
2025-02-19 21:05:20 +01:00
Damjan 9000
15e019cf58
Merge 'upstream': feat(diagnostic): add diagnostic config
2025-02-17 20:25:23 +01:00
Damjan 9000
07778f6a5f
Merge 'upstream': docs, gitsigns, emoji, lsp
...
- fix: arguments for the `vim.lsp.Client.supports_method` method
- Add a blurb about installing missing emoji on Ubuntu
- fix (#1319 ): gitsigns deprecated functions
- docs: clarify using opts = {} vs config = function() ... require('plu…
- chore(docs): Update README.md
2025-02-17 10:44:47 +01:00
Erlan Rangel
94f551b803
fix ( #1319 ): gitsigns deprecated functions ( #1321 )
...
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
2025-02-15 00:48:37 -05:00
Damjan 9000
a0a5e061a1
Merge 'upstream': luv, doc updates
...
- Use luals 3rd library for luv
- chore: fix typo in bug report issue template
- chore: remove redundant comment
2025-01-17 13:44:50 +01:00
Damjan 9000
e71cef802e
Merge 'upstream': fix: prevent mason setup from being run twice
2025-01-08 17:21:27 +01:00
Damjan 9000
5f3310d942
Merge 'upstream': 3 misc commits
...
- Fix which-key delay settings
- chore: add pre-issue requirements
- Fix README.md grammar and typos
2024-12-30 11:12:17 +01:00
Damjan 9000
5d699a018e
Merge 'upstream': make visual mode descriptions consistent with normal mode
2024-12-15 08:12:09 +01:00
Scott Swensen
de44f49101
fix(gitsigns): make visual mode descriptions consistent with normal mode ( #1266 )
2024-12-15 00:42:39 -05:00
Damjan 9000
7bd1384277
Merge 'upstream': fix typo opt -> opts
2024-12-13 10:29:00 +01:00