from-scratch rewrite #1
@@ -78,6 +78,12 @@ vim.opt.scrolloff = 35
 | 
				
			|||||||
-- See `:help 'confirm'`
 | 
					-- See `:help 'confirm'`
 | 
				
			||||||
vim.opt.confirm = true
 | 
					vim.opt.confirm = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					vim.opt.title = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					vim.opt.conceallevel = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					vim.diagnostic.config({ virtual_text = true })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- [[ Basic Keymaps ]]
 | 
					-- [[ Basic Keymaps ]]
 | 
				
			||||||
--  See `:help vim.keymap.set()`
 | 
					--  See `:help vim.keymap.set()`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user