Compare commits
2 commits
05d404e1d1
...
9376d3ed20
Author | SHA1 | Date | |
---|---|---|---|
9376d3ed20 | |||
9bc9d89310 |
3 changed files with 6 additions and 2 deletions
|
@ -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
4
lua/plugins/fidget.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
{ "j-hui/fidget.nvim" },
|
||||
-- { "folke/noice.nvim", enabled = false },
|
||||
}
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue