Skip to content

Commit

Permalink
保存時のダイアログを非表示に
Browse files Browse the repository at this point in the history
  • Loading branch information
grtw2116 committed Apr 4, 2024
1 parent 6817dd4 commit 2d46af8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/nvim/lua/plugin-config/noice.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
require("noice").setup({
routes = {
{
filter = {
event = "msg_show",
kind = "",
find = "written",
},
opts = { skip = true },
},
},
lsp = {
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
override = {
Expand Down

0 comments on commit 2d46af8

Please sign in to comment.