aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/pml68/settings.lua4
1 files changed, 3 insertions, 1 deletions
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