diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-06 00:59:44 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-06 00:59:44 +0200 |
| commit | bf6050f0e61f08c5d44962dabc800eb7a4182b26 (patch) | |
| tree | 56da06f13a7045c1315c7615241fecbb081d08ad /lua | |
| parent | feat: add asm-lsp to mason list and LSP configuration (diff) | |
| download | nvim-bf6050f0e61f08c5d44962dabc800eb7a4182b26.tar.gz | |
feat: set o.mouse to ""
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/pml68/settings.lua | 2 |
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 |
