mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	feat(defaults): disable 'foldcolumn' in terminal buffers (#31480)
This commit is contained in:
		| @@ -495,6 +495,7 @@ do | ||||
|       vim.wo[0][0].number = false | ||||
|       vim.wo[0][0].relativenumber = false | ||||
|       vim.wo[0][0].signcolumn = 'no' | ||||
|       vim.wo[0][0].foldcolumn = '0' | ||||
|  | ||||
|       -- This is gross. Proper list options support when? | ||||
|       local winhl = vim.o.winhighlight | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Micah Halter
					Micah Halter