10 Commits

Author SHA1 Message Date
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
d0655cf9b7 Merge upstream: fix: trimming down config and updating stylua 2026-03-15 12:16:50 +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
e1d6094136 Merge 'upstream' Neovim 0.10 updates and more
Merged commits from upstream:

Update comment about the toggle inlay hints keymap
lint: fix lsp warning in `vim.lsp.inlay_hint.is_enabled`
Update lazydev config to fix "Undefined field `fs_stat`" LSP error
Neovim 0.10 updates
Fix comment about mini.ai example
Make conform.nvim be lazy-loadable again
Update README.md | %userprofile%\appdata\local -> %localappdata%
Make debug lazy loadable
Remove redundant require
Fix neo-tree keymap description
fix: add required parsers from nvim-treesitter
2024-07-22 20:25:55 +02:00
Damjan 9000
56942efafb Merge 'upstream/master' Make the Nerd Font an optional requirement 2024-03-06 19:44:10 +01:00
Damjan 9000
0ff7758cf4 Merge 'upstream/master' cursor location, trailing spaces, new youtube video
Change statusline location to LINE:COLUMN
chore: remove trailing spaces from readme
chore: link new installation youtube video
2024-03-04 17:02:12 +01:00
Damjan 9000
df166c3b8b Merge 'upstream/master' chore: fix typos 2024-03-01 23:11:08 +01:00
Damjan 9000
b650582c60 Merge 'upstream/master' fixup style, lua lsp snippets
fixup: updated some style stuff
feat: enable lua lsp snipppets
2024-03-01 11:09:32 +01:00
Damjan 9000
d6d745da33 Merge 'upstream/master' Change mini.statusline location format to LINE:COLUMN 2024-02-28 19:57:41 +01:00
Damjan 9000
1ff3a155aa Merge 'upstream/master' rewrite: slimmer, trimmer and more lazy kickstart.nvim 2024-02-26 21:15:29 +01:00