Skip to content

Commit

Permalink
test: make test.rc nvim compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandyb committed Feb 24, 2024
1 parent 50242b6 commit 87a74dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/testrc.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
set nocompatible
if has('nvim')
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
endif

call plug#begin('~/.vim/plugged')

Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Expand Down

0 comments on commit 87a74dc

Please sign in to comment.