aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-06 00:59:44 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-06 00:59:44 +0200
commitbf6050f0e61f08c5d44962dabc800eb7a4182b26 (patch)
tree56da06f13a7045c1315c7615241fecbb081d08ad /lua
parentfeat: add asm-lsp to mason list and LSP configuration (diff)
downloadnvim-bf6050f0e61f08c5d44962dabc800eb7a4182b26.tar.gz
feat: set o.mouse to ""
Diffstat (limited to '')
-rw-r--r--lua/pml68/settings.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua
index 43e0184..27c20d5 100644
--- a/lua/pml68/settings.lua
+++ b/lua/pml68/settings.lua
@@ -6,6 +6,8 @@ vim.o.tabstop = 2
vim.o.softtabstop = 2
vim.o.expandtab = true
+vim.o.mouse = ""
+
vim.o.smartindent = true
vim.o.swapfile = false