Skip to content

Commit

Permalink
Add lunarvim to rtp in order to run tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotroya committed Aug 14, 2021
1 parent 802191f commit 7267495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/refactoring/tests/minimal.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ set rtp+=~/.vim/plugged/nvim-treesitter
set rtp+=~/.local/share/nvim/site/pack/packer/start/plenary.nvim
set rtp+=~/.local/share/nvim/site/pack/packer/start/nvim-treesitter

" If you are using lunarvim
set rtp+=~/.local/share/lunarvim/site/pack/packer/start/plenary.nvim
set rtp+=~/.local/share/lunarvim/site/pack/packer/start/nvim-treesitter

set autoindent
set smartindent
set tabstop=4
Expand Down

0 comments on commit 7267495

Please sign in to comment.