diff --git a/lua/options.lua b/lua/options.lua index 35c0ee6..a75b389 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -13,11 +13,6 @@ vim.wo.relativenumber = true -- Enable mouse mode 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 vim.o.breakindent = true @@ -41,7 +36,4 @@ vim.o.completeopt = 'menuone,noselect' vim.o.termguicolors = true --- set custom end of line character --- vim.cmd [[set list listchars=eol:\n]] - return {}