Compare commits

..

No commits in common. "43d21bb1a3bd5c94cd5a94f144e5c8b43df6fdfd" and "7f336f5055ff665513045a8fe39c5d7644159b48" have entirely different histories.

3 changed files with 2 additions and 12 deletions

View file

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

View file

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

View file

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