user/neovim: disable mouse
This commit is contained in:
parent
b9df2f3a0c
commit
716c28a303
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ vim.cmd('au BufEnter * set noro')
|
|||
vim.cmd('au CursorHold * lua vim.diagnostic.open_float(0, { scope = "line", focusable = false })')
|
||||
|
||||
-- Settings
|
||||
vim.opt.mouse = ""
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.number = true
|
||||
vim.opt.cursorline = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue