more support files
This commit is contained in:
		
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,2 @@
 | 
			
		||||
avante-nvim-upstream/
 | 
			
		||||
lv-nvim-upstream/
 | 
			
		||||
lvs-nvim-upstream/
 | 
			
		||||
avante-upstream/
 | 
			
		||||
lvs-upstream/
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								avante-upstream
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								avante-upstream
									
									
									
									
									
										Submodule
									
								
							 Submodule avante-upstream added at b7127b33c6
									
								
							
							
								
								
									
										15
									
								
								base_config_setup.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										15
									
								
								base_config_setup.sh
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# To be run in ~/.config/nvim/
 | 
			
		||||
# This will clone git dirs but the lua/plugins/avante.lua file is made
 | 
			
		||||
# either from config repo or avante README.
 | 
			
		||||
# opts = {} section is important.
 | 
			
		||||
 | 
			
		||||
git clone https://github.com/LazyVim/starter.git lvs-upstream
 | 
			
		||||
git clone https://github.com/yetone/avante.nvim.git avante-upstream
 | 
			
		||||
 | 
			
		||||
cp -r lvs-upstream/lua .
 | 
			
		||||
cp lvs-upstream/init.lua .
 | 
			
		||||
cp lvs-upstream/stylua.toml .
 | 
			
		||||
 | 
			
		||||
# Probably run nvim at this point.
 | 
			
		||||
							
								
								
									
										4
									
								
								update_nvim.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								update_nvim.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
# Not a script. Source this in your ~/bin/nvim-linux64/ dir if that's your nvim binary path.
 | 
			
		||||
# Symlink the binary from something in your PATH (ln -s ~/bin/nvim-linux64/bin/nvim ~/bin/nvim)
 | 
			
		||||
 | 
			
		||||
wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz -O - | tar -xvz --strip-components=1
 | 
			
		||||
		Reference in New Issue
	
	Block a user