linuxware/modules
Alexandre Cavalheiro S. Tiago da Silva 3394d5bed5
feat(neovim): enable signature help, inlay hints and virtual lines
Signature help messages will be shown automatically, for example, in the
context of you calling a method it will show a floating window above
with the signature of that specific method, i.e.
`SomeClass.SomeMethod(string firstParameter)`.

Inlay hints are extra information that the LSP may provide; in C# for
example, methods and classes will have an inlay hint showing the amount
of references that particular method/class has.

Finally, virtual lines are exactly what they sound - fake lines added
onto your editor, which are used to display diagnostics. I've also added
the community recipe that makes so virtual lines are only shown when the
active line has a diagnostic.
2025-04-23 17:01:31 -03:00
..
emacs refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00
hyprland fix(hyprland): properly pass bind to obs 2025-04-06 05:40:23 -03:00
neovim feat(neovim): enable signature help, inlay hints and virtual lines 2025-04-23 17:01:31 -03:00
template refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00
README.md docs: touch-ups 2025-03-06 11:27:58 -03:00

This directory encompasses all modules/resources that are exported by this repository's flake.

Currently maintained modules

Be sure to click the hyperlinks for the relevant documentation.