Files
nvim/lua/plugins/fidget.lua
T

10 lines
165 B
Lua

-- https://github.com/j-hui/fidget.nvim
---@type LazyPluginSpec
return {
"j-hui/fidget.nvim",
tag = "legacy",
event = "LspAttach",
config = true,
}