1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/private_dot_config/ideavim/ideavimrc

13 lines
161 B
Plaintext
Raw Permalink Normal View History

2020-06-19 09:56:48 +00:00
" Enable plugins
set easymotion
set commentary
set surround
" Ignore case on search
set ic
" Line numbers are relative
set rnu
source ~/.config/nvim/init.vim