Coder Social home page Coder Social logo

Noice <> nvim-notify settings about noice.nvim HOT 7 CLOSED

folke avatar folke commented on August 25, 2024
Noice <> nvim-notify settings

from noice.nvim.

Comments (7)

folke avatar folke commented on August 25, 2024 2

Actually, everything should already work as expected.

Are you still settting vim.notify = require('notify') anywhere in your init.lua?

You shouldn't do that, since that would prevent Noice from picking up Notifications

from noice.nvim.

Shougo avatar Shougo commented on August 25, 2024 1

I think noice.nvim should check vim.notify is overwritten.

from noice.nvim.

Shougo avatar Shougo commented on August 25, 2024

Please upload your nvim-notify config. I will test it later.

from noice.nvim.

entropitor avatar entropitor commented on August 25, 2024
  use({
    "rcarriga/nvim-notify",
    config = function()
      local notify = require("notify")
      notify.setup({
        render = "minimal",
        stages = "static",
        timeout = 1000,
      })
    end,
  })

from noice.nvim.

Shougo avatar Shougo commented on August 25, 2024

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ_2022-10-09_12-13-17
I have tested it and I don't reproduce the problem.

from noice.nvim.

folke avatar folke commented on August 25, 2024

I know what's happenig here. When we're in blovking mode, we use a separate notify instance that renders without animations. Otherwise, you would not see the notificaiton.

Will fix it so that for that instance we use the user settings as well.

from noice.nvim.

entropitor avatar entropitor commented on August 25, 2024

Don't seem to be able to reproduce anymore πŸ‘

from noice.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.