Compare commits

...

2 commits

Author SHA1 Message Date
9376d3ed20 attempt to switch to using fidget 2024-04-11 08:37:08 +01:00
9bc9d89310 disable user.lua 2024-04-11 08:19:12 +01:00
3 changed files with 6 additions and 2 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 },
}

View file

@ -1,4 +1,4 @@
-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- You can also add or configure plugins by creating files in this `plugins/` folder
-- Here are some examples: