Compare commits
2 commits
7f336f5055
...
43d21bb1a3
Author | SHA1 | Date | |
---|---|---|---|
|
43d21bb1a3 | ||
|
56462aca75 |
3 changed files with 12 additions and 2 deletions
|
@ -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")
|
||||||
--
|
--
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"folke/noice.nvim",
|
"folke/noice.nvim",
|
||||||
commit = "d9328ef",
|
-- commit = "d9328ef",
|
||||||
enabled = true,
|
enabled = true,
|
||||||
opts = {
|
opts = {
|
||||||
cmdline = {
|
cmdline = {
|
||||||
|
|
10
lua/plugins/nvim-notify.lua
Normal file
10
lua/plugins/nvim-notify.lua
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"rcarriga/nvim-notify",
|
||||||
|
opts = {
|
||||||
|
-- stages = "fade_in_slide_out",
|
||||||
|
stages = "static",
|
||||||
|
-- render = "compact",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue