mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Enable mouse support in Neovim
This commit is contained in:
parent
26efb618a3
commit
5c660a6f4d
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ set statusline=%f\ %m
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
|
|
||||||
" Disable mouse support (to force myself to use the keyboard)
|
" Enable mouse support
|
||||||
set mouse=
|
set mouse+=a
|
||||||
|
|
||||||
" Use 2 spaces as default indentation
|
" Use 2 spaces as default indentation
|
||||||
set tabstop=2
|
set tabstop=2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue