mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
13 lines
161 B
Plaintext
13 lines
161 B
Plaintext
" 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
|