add scala support
This commit is contained in:
		
							parent
							
								
									f0e6f421fe
								
							
						
					
					
						commit
						7530c4c2b6
					
				
							
								
								
									
										2
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										2
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -132,6 +132,8 @@ telscope.setup {
 | 
				
			||||||
    file_ignore_patterns = {
 | 
					    file_ignore_patterns = {
 | 
				
			||||||
      "node_modules",
 | 
					      "node_modules",
 | 
				
			||||||
      ".idea",
 | 
					      ".idea",
 | 
				
			||||||
 | 
					      "project/target", --https://www.lua.org/pil/20.2.html
 | 
				
			||||||
 | 
					      "target",         --https://www.lua.org/pil/20.2.html
 | 
				
			||||||
      ".cache",
 | 
					      ".cache",
 | 
				
			||||||
      ".cpcache",
 | 
					      ".cpcache",
 | 
				
			||||||
      "cljs%-runtime" },
 | 
					      "cljs%-runtime" },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,6 +21,7 @@
 | 
				
			||||||
  "nvim-autopairs": { "branch": "master", "commit": "096d0baecc34f6c5d8a6dd25851e9d5ad338209b" },
 | 
					  "nvim-autopairs": { "branch": "master", "commit": "096d0baecc34f6c5d8a6dd25851e9d5ad338209b" },
 | 
				
			||||||
  "nvim-cmp": { "branch": "main", "commit": "04e0ca376d6abdbfc8b52180f8ea236cbfddf782" },
 | 
					  "nvim-cmp": { "branch": "main", "commit": "04e0ca376d6abdbfc8b52180f8ea236cbfddf782" },
 | 
				
			||||||
  "nvim-lspconfig": { "branch": "master", "commit": "9a6279953c82d01b58825a46ede032ab246a5983" },
 | 
					  "nvim-lspconfig": { "branch": "master", "commit": "9a6279953c82d01b58825a46ede032ab246a5983" },
 | 
				
			||||||
 | 
					  "nvim-metals": { "branch": "main", "commit": "d90ea43ded7ec651606b0a533ae9740083436e58" },
 | 
				
			||||||
  "nvim-parinfer": { "branch": "master", "commit": "5ca09287ab3f4144f78ff7977fabc27466f71044" },
 | 
					  "nvim-parinfer": { "branch": "master", "commit": "5ca09287ab3f4144f78ff7977fabc27466f71044" },
 | 
				
			||||||
  "nvim-treesitter": { "branch": "master", "commit": "4fbf150a1621d52f17b099506e1a32f107079210" },
 | 
					  "nvim-treesitter": { "branch": "master", "commit": "4fbf150a1621d52f17b099506e1a32f107079210" },
 | 
				
			||||||
  "nvim-treesitter-textobjects": { "branch": "master", "commit": "8edd5a6d96936bdff23333d3bc177481388839e5" },
 | 
					  "nvim-treesitter-textobjects": { "branch": "master", "commit": "8edd5a6d96936bdff23333d3bc177481388839e5" },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,6 @@
 | 
				
			||||||
 | 
					return {
 | 
				
			||||||
 | 
						{
 | 
				
			||||||
 | 
							"scalameta/nvim-metals",
 | 
				
			||||||
 | 
							ft = "scala",
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue