Commit Graph

9 Commits

Author SHA1 Message Date
Jakub Kluwa 6bae1c6244
Merge branch 'master' into master 2026-06-18 01:15:19 +02:00
jkluwa 6fe0af5b06 add oil.nvim 2026-06-18 00:54:42 +02:00
orip f0a2108ed5 Follow symlinks in the custom plugins loader
fixes: #2087
2026-06-11 18:55:49 +03:00
orip c4605421e5 Migrate to vim.pack 2026-05-05 01:18:15 +03: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
Jakub Kluwa 81505dbd92 make file config 2025-10-08 23:08:12 +02:00
Jakub Kluwa 3399fad748 c++ debbuging 2025-10-06 22:08:06 +02:00
Jakub Kluwa ca4efc72a6 c++ configs 2025-10-05 21:31:11 +02:00
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2023-02-17 16:31:57 -05:00