chore: fix syntax
This commit is contained in:
parent
f7312cfa78
commit
ba38abc9be
|
@ -4,8 +4,8 @@
|
||||||
" Find more examples here: https://jb.gg/share-ideavimrc
|
" Find more examples here: https://jb.gg/share-ideavimrc
|
||||||
|
|
||||||
" Display relative line numbers
|
" Display relative line numbers
|
||||||
set number=true
|
set number
|
||||||
set relativenumber=true
|
set relativenumber
|
||||||
|
|
||||||
" Use the clipboard for all operations
|
" Use the clipboard for all operations
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
|
|
Loading…
Reference in a new issue