Compare commits

..

2 commits

Author SHA1 Message Date
Andy Teijelo
43d21bb1a3 enable nvim-notify 2024-11-14 09:55:36 -05:00
Andy Teijelo
56462aca75 fix wezterm mux sync issues 2024-11-14 09:55:19 -05:00
3 changed files with 12 additions and 2 deletions

View file

@ -16,7 +16,7 @@ vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldenable = false
vim.opt.exrc = true
vim.opt.ttimeoutlen = 0
vim.opt.termsync = false
-- local osc52 = require("vim.ui.clipboard.osc52")
--

View file

@ -1,6 +1,6 @@
return {
"folke/noice.nvim",
commit = "d9328ef",
-- commit = "d9328ef",
enabled = true,
opts = {
cmdline = {

View file

@ -0,0 +1,10 @@
return {
{
"rcarriga/nvim-notify",
opts = {
-- stages = "fade_in_slide_out",
stages = "static",
-- render = "compact",
},
},
}