linuxware/modules/neovim/lua/plugins
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
..
astrocore.lua feat(neovim): enable signature help, inlay hints and virtual lines 2025-04-23 17:01:31 -03:00
astroui.lua refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00
luasnip.lua refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00
mason.lua feat: astronvim 5.x 2025-04-16 13:27:33 -03:00
mini-icons.lua feat(neovim): add icon for razor files 2025-04-23 16:42:52 -03:00
nix-store.lua refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00
none-ls.lua refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00
nvim-dap.lua refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00
nvim-lint.lua refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00
nvim-ufo.lua fix(neovim)!: remove lazy.nvim dev options and change nvim-ufo url 2025-03-15 12:35:06 -03:00
ollama-nvim.lua chore(neovim): touch-ups 2025-04-16 14:24:28 -03:00
roslyn-nvim.lua fix(neovim): remove roslyn.nvim hack 2025-04-23 16:40:04 -03:00
snacks-nvim.lua chore(neovim): touch-ups 2025-04-16 14:24:28 -03:00
treesitter.lua fix(neovim): remove razor from ensure_installed in treesitter 2025-03-21 16:51:51 -03:00
user.lua fix(neovim): sort transparent.nvim extra groups and add pmenu to it 2025-04-16 20:11:42 -03:00