kickstart.nvim/lua/kickstart/plugins
orip dc977703b1 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.
2025-05-11 09:03:35 +03:00
..
autopairs.lua Add type hints to plugin options where possible 2025-05-11 09:03:35 +03:00
debug.lua Add type hints to plugin options where possible 2025-05-11 09:03:35 +03:00
gitsigns.lua Add type hints to plugin options where possible 2025-05-11 09:03:35 +03:00
indent_line.lua Add type hints to plugin options where possible 2025-05-11 09:03:35 +03:00
lint.lua Add type hints to plugin options where possible 2025-05-11 09:03:35 +03:00
neo-tree.lua Add type hints to plugin options where possible 2025-05-11 09:03:35 +03:00