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
|
||||
|
||||
" Display relative line numbers
|
||||
set number=true
|
||||
set relativenumber=true
|
||||
set number
|
||||
set relativenumber
|
||||
|
||||
" Use the clipboard for all operations
|
||||
set clipboard=unnamedplus
|
||||
|
|
Loading…
Reference in a new issue