577 Commits

Author SHA1 Message Date
Damjan 9000
9cf1323fe7 Merge upstream: Merge pull request #1991 from nvim-lua/refactor/conform 2026-04-19 00:58:45 +02:00
Damjan 9000
3fadba5ff1 Merge upstream: Fix descriptions of gitsigns keymappings (#1997) 2026-04-19 00:57:39 +02:00
Damjan 9000
bd8189ad2c Merge upstream: Fix treesitter indents 2026-04-19 00:54:07 +02:00
Ori Perry
f5b0e497c6
Merge pull request #1991 from nvim-lua/refactor/conform
Refactor/conform
2026-04-18 13:11:40 +03:00
orip
ce353a9b0e Change format_on_save to a whitelist instead of a blacklist 2026-04-16 22:02:25 +03:00
orip
459b86865e Use stylua as an lsp formatter instead of an external formatter 2026-04-16 22:02:24 +03:00
Stattek
648471c9eb
Fix descriptions of gitsigns keymappings (#1997)
* Fix descriptions of keymappings

* Fix capitalization
2026-04-15 11:49:09 +03:00
orip
f27810d1bd Fix treesitter indents
Thanks @jackHerby for the report
fixes #1995
2026-04-15 03:44:17 +03:00
Damjan 9000
3174e0539c Merge upstream: Merge pull request #1988 from sebastianstudniczek/fix/treesitter-indent-fallback 2026-04-12 23:54:54 +02:00
Ori Perry
c0cc054155
Merge pull request #1988 from sebastianstudniczek/fix/treesitter-indent-fallback
fix(treesitter): Add indentation fallback
2026-04-12 16:32:28 +03:00
Sebastian Studniczek
c7f05a0f47 Add indentation fallback 2026-04-10 20:06:22 +02:00
Damjan 9000
f0b4c3d469 Merge upstream: Add a comment to the line plugin about installing markdownlint 2026-04-03 19:28:17 +02:00
Damjan 9000
d1e0989e0a Merge upstream: Update the recommanded gitsigns keybinds 2026-04-03 19:27:57 +02:00
Damjan 9000
450a5c6ab6 Merge upstream: Auto install treesitter parsers when opening a file 2026-04-03 19:27:45 +02:00
Damjan 9000
403ea803ba Merge upstream: Refactor treesitter attach code 2026-04-03 19:27:11 +02:00
Ori Perry
16dd8f5007 Add a comment to the line plugin about installing markdownlint 2026-03-31 23:49:19 +03:00
Ori Perry
d3168308d4 Update the recommanded gitsigns keybinds
closes #1459
2026-03-31 23:41:40 +03:00
Damjan 9000
7005d8d24a Merge branch 'upstream' Revise comment for lazy-lock.json in .gitignore 2026-03-22 10:32:44 +01:00
Ori Perry
e01e1eb8f8 Auto install treesitter parsers when opening a file
closes #1951
2026-03-20 22:03:32 +02:00
Ori Perry
8ac4b12632 Refactor treesitter attach code 2026-03-20 21:59:19 +02:00
Ori Perry
0619d89884
Merge pull request #1914 from rmacklin/futher-clarify-gitignore-comment
Revise comment for lazy-lock.json in .gitignore
2026-03-20 12:59:54 +02:00
Damjan 9000
77d74fac16 Add type hints to plugins that were extracted from init.lua
Based on:

    commit 177ff6148391742ccb7aaa93c05b95cd6fc853e2
    Author:     orip <oriori1703@gmail.com>
    AuthorDate: Sat Apr 26 14:35:04 2025 +0300

    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-03-15 20:24:45 +01:00
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
65a9e8222c Merge upstream: Fix typo in the README 2026-03-15 15:16:45 +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
c49c56d354 Merge upstream: Add underline for warnings 2026-03-15 13:15:38 +01:00
Damjan 9000
8f6b928ba7 Merge upstream: Format the dap keybinds 2026-03-15 13:15:29 +01:00
Damjan 9000
684b3a5c81 Merge upstream: Improve undofile comment 2026-03-15 13:15:20 +01:00
Damjan 9000
d77b3acc55 Merge upstream: Update the github actions 2026-03-15 13:15:13 +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
aa9b92c702 Merge upstream: Add installtion instructions for tree-sitter-cli to the README.md 2026-03-15 13:13:34 +01:00
Damjan 9000
7b8d833d50 Merge upstream: Merge pull request #1896 from giogt/fix-gitignore-lazylock-comment 2026-03-15 13:12:20 +01:00
Damjan 9000
ef648e33b7 Merge upstream: Add 'gr' group to which-keys 2026-03-15 13:12:05 +01:00
Damjan 9000
ffabc9f056 Merge upstream: Fix typo 2026-03-15 13:11:52 +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
83f813e311 Merge upstream: docs: Document methods to get the latest neovim (#1626) 2026-03-15 12:16:10 +01:00
Damjan 9000
fd64e14fe8 Merge upstream: fix: simplify diagnostic config 2026-03-15 12:15:50 +01:00
Damjan 9000
33406a2dea Merge upstream: fix: update neovim min required version 2026-03-15 12:15:09 +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
89236e0f92 Merge upstream: chore: Add .DS_Store to .gitignore (#1637) 2026-03-15 12:13:53 +01:00
Damjan 9000
2f76a7ca80 Merge upstream: chore: fix help tag (#1671) 2026-03-15 12:13:45 +01:00