Skip to content

Commit

Permalink
Merge pull request #58 from alvarotroya/feature/add_lunarvim_to_rtp
Browse files Browse the repository at this point in the history
Add lunarvim to rtp in order to run tests locally
  • Loading branch information
ThePrimeagen authored Aug 15, 2021
2 parents 802191f + 7267495 commit 53ab2b6
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 53ab2b6

Please sign in to comment.