Compare commits

..

No commits in common. "9376d3ed204826138c5918a98fd7d2ee14441353" and "05d404e1d18f13d22e3c2c5b07b3063963975d68" have entirely different histories.

3 changed files with 2 additions and 6 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 = false, -- enable notifications at start
notifications = true, -- enable notifications at start
},
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
diagnostics = {

View file

@ -1,4 +0,0 @@
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: