options: clipboards arent synced anymore
This commit is contained in:
		@@ -13,11 +13,6 @@ vim.wo.relativenumber = 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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -41,7 +36,4 @@ vim.o.completeopt = 'menuone,noselect'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
vim.o.termguicolors = true
 | 
					vim.o.termguicolors = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- set custom end of line character
 | 
					 | 
				
			||||||
-- vim.cmd [[set list listchars=eol:\n]]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
return {}
 | 
					return {}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user