attempt to switch to using fidget

This commit is contained in:
Paul Campbell 2024-04-11 08:37:08 +01:00
parent 9bc9d89310
commit 9376d3ed20
2 changed files with 5 additions and 1 deletions

View file

@ -17,7 +17,7 @@ return {
cmp = true, -- enable completion at start
diagnostics_mode = 3, -- diagnostic mode on start (0 = off, 1 = no signs/virtual text, 2 = no virtual text, 3 = on)
highlighturl = true, -- highlight URLs at start
notifications = true, -- enable notifications at start
notifications = false, -- enable notifications at start
},
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
diagnostics = {

4
lua/plugins/fidget.lua Normal file
View file

@ -0,0 +1,4 @@
return {
{ "j-hui/fidget.nvim" },
-- { "folke/noice.nvim", enabled = false },
}