Commit Graph

8 Commits

Author SHA1 Message Date
jordanyono bdca899d86 split and test 2026-05-04 22:24:53 -04:00
jordanyono fc04e4a5eb Merge upstream kickstart; resolve conflicts favoring local config
- Keep Telescope, LSP, Mason, Conform, and Treesitter customizations
- Merge upstream Mason.nvim annotations and gitsigns sign glyphs
- Retain custom.plugins (kulala, neo-tree) with lazy type hints

Made-with: Cursor
2026-04-28 13:53:02 -04: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
jordanyono 99decc9168 add 2025-10-08 10:33:17 -04:00
pynappo fb73617653
don't lazy-load neo-tree so netrw hijacking on startup works (#1489) 2025-05-10 20:18:04 -04:00
Bayram Kazik f49cc6c935
Enable silent option for default neo-tree plugin keybinding (#1108) 2024-08-25 23:23:17 -04:00
Damjan 9000 202910d3fa
Fix neo-tree keymap description (#932)
The lazy.nvim keys parameter does not need the `desc` to
be inside a table in the way that vim.keymap.set() does.
With this fix the keymap description will be properly
shown for example in telescope keymap search
2024-07-21 16:22:10 -04:00
Damjan 9000 5e258d276f
Move plugin examples from README to optional plugin files (#831)
* Move autopairs example from README to an optional plugin

* Move neo-tree example from README to an optional plugin
2024-04-17 15:25:54 -04:00