Add coc basic config, not fully working yet
This commit is contained in:
14
nvim-coc/lua/plugins/lsp/fidget.lua
Executable file
14
nvim-coc/lua/plugins/lsp/fidget.lua
Executable file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
-- notifications && lsp progress msgs
|
||||
"j-hui/fidget.nvim",
|
||||
config = function()
|
||||
require("fidget").setup({
|
||||
notification = {
|
||||
window = {
|
||||
winblend = 0,
|
||||
}
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user