diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-09-19 10:01:54 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-09-19 10:01:54 +0200 |
commit | e51ac2890e5196bdb7956a2665437b659eed8812 (patch) | |
tree | 1ca22ace55d542d63eadead720a4fbf8ecfe09b9 /Common/nvim/lua/basic.lua | |
parent | ba3a4ea25b451c10cd372b81c9168ce038f69d1c (diff) | |
download | dotfiles-e51ac2890e5196bdb7956a2665437b659eed8812.tar.gz dotfiles-e51ac2890e5196bdb7956a2665437b659eed8812.zip |
Do a bunch of random thingstestbranch
Diffstat (limited to 'Common/nvim/lua/basic.lua')
-rwxr-xr-x | Common/nvim/lua/basic.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua index 7bee1ba..47a7ab6 100755 --- a/Common/nvim/lua/basic.lua +++ b/Common/nvim/lua/basic.lua @@ -6,6 +6,7 @@ vim.opt.smartcase = true vim.opt.showmatch = true vim.opt.swapfile = false vim.opt.smartindent = true +vim.opt.mouse = "" -- Default to the "modern normal" vim.opt.expandtab = true |