mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-04 17:59:50 -05:00
init: sync clipboard between system and nvi
This commit is contained in:
parent
1ff99b9bc1
commit
f53425d391
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ opt.cmdheight = 0
|
||||||
|
|
||||||
opt.fillchars = [[eob: ,fold: ,foldopen:,foldsep: ,foldclose:]]
|
opt.fillchars = [[eob: ,fold: ,foldopen:,foldsep: ,foldclose:]]
|
||||||
|
|
||||||
|
-- Sync clipboard with system
|
||||||
|
vim.schedule(function()
|
||||||
|
vim.opt.clipboard = 'unnamedplus'
|
||||||
|
end)
|
||||||
|
|
||||||
-- Configure Neovim diagnostic messages
|
-- Configure Neovim diagnostic messages
|
||||||
|
|
||||||
local function prefix_diagnostic(prefix, diagnostic)
|
local function prefix_diagnostic(prefix, diagnostic)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue