File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2828        if : ${{ steps.check_lockfile.outputs.files_exists == 'true' }} 
2929        timeout-minutes : 5 
3030        run : | 
31-           mkdir -p "${HOME}"/.cache/nvim 
3231          ./scripts/update_lockfile.sh 
3332          nvim --headless "+Lazy! update" +qa 
3433          cp -pv "${HOME}/.config/nvim/lazy-lock.json" . 
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ function global:load_variables()
88	self .is_windows  =  os_name  ==  " Windows_NT" 
99	self .is_wsl  =  vim .fn .has (" wsl" ==  1 
1010	self .vim_path  =  realpath (vim .fn .stdpath (" config" 
11- 	self .cache_dir  =  realpath ( vim .fn .stdpath (" cache" ) )
12- 	self .data_dir  =  string.format (" %s/site/" realpath ( vim .fn .stdpath (" data" ) ))
11+ 	self .cache_dir  =  vim .fn .stdpath (" cache" 
12+ 	self .data_dir  =  string.format (" %s/site/" vim .fn .stdpath (" data" 
1313	self .modules_dir  =  self .vim_path  ..  " /modules" 
1414	self .home  =  self .is_windows  and  vim .env .USERPROFILE  or  vim .env .HOME 
1515end 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments