[vim] Disable lowercase-global warning for Lua LSP
This commit is contained in:
		
							parent
							
								
									929f56ef6f
								
							
						
					
					
						commit
						a6a4aa0d90
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -82,6 +82,7 @@ lspconfig.lua_ls.setup {
 | 
			
		|||
        Lua = {
 | 
			
		||||
            diagnostics = {
 | 
			
		||||
                globals = { "vim" },
 | 
			
		||||
                disable = { "lowercase-global" },
 | 
			
		||||
            },
 | 
			
		||||
            workspace = {
 | 
			
		||||
                library = vim.api.nvim_get_runtime_file("", true),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue