Disable mouse options for neovim
This commit is contained in:
parent
c8ee2a0623
commit
3820b79faf
1 changed files with 3 additions and 0 deletions
|
|
@ -59,5 +59,8 @@ vim.g.loaded_netrwPlugin = 1
|
||||||
vim.o.exrc = true
|
vim.o.exrc = true
|
||||||
vim.o.secure = true
|
vim.o.secure = true
|
||||||
|
|
||||||
|
-- disable mouse options
|
||||||
|
vim.opt.mouse = ''
|
||||||
|
|
||||||
-- python interpreter
|
-- python interpreter
|
||||||
vim.g.python3_host_prog = '/usr/bin/python3'
|
vim.g.python3_host_prog = '/usr/bin/python3'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue