dotfiles/nvim/lua/plugins/fidget.lua

15 lines
224 B
Lua

-- Standalone UI for nvm-lsp progress
-- https://github.com/j-hui/fidget.nvim
return {
"j-hui/fidget.nvim",
event = "LspAttach",
opts = {
notification = {
window = {
winblend = 0
}
}
}
}