disable mouse
This commit is contained in:
parent
7b272cb13b
commit
cd5250ea4a
2
init.lua
2
init.lua
|
@ -28,7 +28,7 @@ vim.g.have_nerd_font = true -- Set to true if you have a Nerd Font installed and
|
|||
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.mouse = 'a' -- Enable mouse mode, can be useful for resizing splits for example!
|
||||
vim.opt.mouse = 'n' -- Enable mouse mode, can be useful for resizing splits for example!
|
||||
vim.opt.showmode = false -- Don't show the mode, since it's already in the status line
|
||||
|
||||
-- Sync clipboard between OS and Neovim.
|
||||
|
|
Loading…
Reference in New Issue