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

Added config file for ideavim

This commit is contained in:
Ryan Kes 2020-06-19 11:56:48 +02:00
parent e501dff7ed
commit 7715c83525

View File

@ -0,0 +1,12 @@
" 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