From 0fd5b619dae3952fe732138b13a136a62f0a0022 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 29 May 2024 19:56:25 +0200 Subject: feat: set conceallevel to 2 and mouse to a --- lua/pml68/settings.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua index d6ead6c..4aa6a6f 100644 --- a/lua/pml68/settings.lua +++ b/lua/pml68/settings.lua @@ -1,12 +1,14 @@ vim.o.rnu = true vim.o.nu = true +vim.o.conceallevel = 2 + vim.o.shiftwidth = 2 vim.o.tabstop = 2 vim.o.softtabstop = 2 vim.o.expandtab = true -vim.o.mouse = "" +vim.o.mouse = "a" vim.o.smartindent = true -- cgit v1.2.3