mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-14 08:19:13 +00:00
feat: Add clipboard sync by default (#166)
This commit is contained in:
5
init.lua
5
init.lua
@@ -201,6 +201,11 @@ vim.wo.number = true
|
|||||||
-- Enable mouse mode
|
-- Enable mouse mode
|
||||||
vim.o.mouse = 'a'
|
vim.o.mouse = 'a'
|
||||||
|
|
||||||
|
-- Sync clipboard between OS and Neovim.
|
||||||
|
-- Remove this option if you want your OS clipboard to remain independent.
|
||||||
|
-- See `:help 'clipboard'`
|
||||||
|
vim.o.clipboard = 'unnamedplus'
|
||||||
|
|
||||||
-- Enable break indent
|
-- Enable break indent
|
||||||
vim.o.breakindent = true
|
vim.o.breakindent = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user