remove osc52 pasting
This commit is contained in:
@@ -25,7 +25,7 @@ require("lazy").setup {
|
|||||||
{ import = "plugins" },
|
{ import = "plugins" },
|
||||||
},
|
},
|
||||||
install = { colorscheme = { "tokyonight" } },
|
install = { colorscheme = { "tokyonight" } },
|
||||||
checker = { enabled = true },
|
checker = { enabled = true, notify = false },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.cmd [[colorscheme tokyonight]]
|
vim.cmd [[colorscheme tokyonight]]
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ if vim.env.SSH_CONNECTION then
|
|||||||
["*"] = require("vim.ui.clipboard.osc52").copy("*"),
|
["*"] = require("vim.ui.clipboard.osc52").copy("*"),
|
||||||
},
|
},
|
||||||
paste = {
|
paste = {
|
||||||
["+"] = require("vim.ui.clipboard.osc52").paste("+"),
|
["+"] = function() return nil end,
|
||||||
["*"] = require("vim.ui.clipboard.osc52").paste("*"),
|
["*"] = function() return nil end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ return {
|
|||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
yml = { "yamlfmt" },
|
yml = { "yamlfmt" },
|
||||||
yaml = { "yamlfmt" },
|
yaml = { "yamlfmt" },
|
||||||
|
nix = { "nixfmt" },
|
||||||
},
|
},
|
||||||
default_format_opts = {
|
default_format_opts = {
|
||||||
lsp_format = "fallback",
|
lsp_format = "fallback",
|
||||||
|
|||||||
Reference in New Issue
Block a user