From 7267495b94be04250313f3989958448f9c215963 Mon Sep 17 00:00:00 2001 From: Alvaro Troya Date: Sat, 14 Aug 2021 18:05:58 +0200 Subject: [PATCH] Add lunarvim to rtp in order to run tests locally --- lua/refactoring/tests/minimal.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/refactoring/tests/minimal.vim b/lua/refactoring/tests/minimal.vim index 6ec5ad8f..3d0e8d5e 100644 --- a/lua/refactoring/tests/minimal.vim +++ b/lua/refactoring/tests/minimal.vim @@ -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