Files
dotfiles/dot_config/nvim/lua/plugins/endhints.lua
2026-01-13 15:01:43 +01:00

10 lines
129 B
Lua

return {
"chrisgrieser/nvim-lsp-endhints",
event = "LspAttach",
opts = {
icons = {
type = "󱈤 ",
},
},
}