Skip to content

Commit

Permalink
nvim: remove osc52 config
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeEB committed Dec 13, 2023
1 parent 5019b6a commit 8b830b2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions nvim/.config/nvim/after/plugin/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,6 @@ vim.api.nvim_create_autocmd('WinEnter', {

vim.notify = require('notify')

-- osc52
vim.g.clipboard = {
name = 'OSC 52',
copy = {
['+'] = require('vim.ui.clipboard.osc52').copy('+'),
['*'] = require('vim.ui.clipboard.osc52').copy('*'),
},
paste = {
['+'] = require('vim.ui.clipboard.osc52').paste('+'),
['*'] = require('vim.ui.clipboard.osc52').paste('*'),
},
}

m.keys {
{ 'n', '<leader>t', require('tardis-nvim').tardis }
}
Expand Down

0 comments on commit 8b830b2

Please sign in to comment.