Commit Graph

9 Commits

Author SHA1 Message Date
ThomasD13 44cdf33275
Merge branch 'master' into master 2026-05-15 13:35:01 +02:00
Thomas Dorsch 87db21c4b0 Applying the current state, which is working with neovim 0.12.2 2026-05-15 13:02:58 +02: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
Thomas Dorsch e7bfa84557 Try to fix blinking cursor. Probably neovim 0.11.2 has an issue 2025-08-13 07:58:19 +00:00
Thomas Dorsch 4be9d4536a Adding smart-split and configure shortcuts in custom init.lua 2025-08-13 07:29:27 +00:00
Thomas Dorsch d7f4fef599 Adding nvim-tree 2025-08-13 07:19:01 +00:00
Thomas Dorsch a701962f67 Replacing colorscheme with cattpuccin, adding custom init.lua
Custom init.lua will overwrite / extend stuff which is placed in the
main init.lua
2025-08-13 07:13:54 +00: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