nvim: disable annoying lazy notifications
This commit is contained in:
parent
b610723ea6
commit
d63caef756
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ vim.g.mapleader = " "
|
||||||
vim.g.maplocalleader = "\\"
|
vim.g.maplocalleader = "\\"
|
||||||
|
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
|
checker = {
|
||||||
|
notify = false,
|
||||||
|
},
|
||||||
spec = {
|
spec = {
|
||||||
{
|
{
|
||||||
import = "plugins",
|
import = "plugins",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue