format all files
This commit is contained in:
parent
7adc3a8bf9
commit
0a17321086
26 changed files with 331 additions and 331 deletions
|
@ -1,15 +1,15 @@
|
|||
return {
|
||||
"rcarriga/nvim-notify",
|
||||
"rcarriga/nvim-notify",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
top_down = false,
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("notify").setup(opts)
|
||||
opts = {
|
||||
top_down = false,
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("notify").setup(opts)
|
||||
|
||||
vim.notify = require("notify")
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>fn", "<cmd>Telescope notify<cr>", desc = "Telescope search notifications", mode ={"n", "v", "x"} },
|
||||
},
|
||||
vim.notify = require("notify")
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>fn", "<cmd>Telescope notify<cr>", desc = "Telescope search notifications", mode = { "n", "v", "x" } },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue