Compare commits
	
		
			No commits in common. "61e2ada9e319847205532165f41c5a857bd05dd1" and "eeb54eef7841de8a334ef9a4de18716d191d27e1" have entirely different histories.
		
	
	
		
			61e2ada9e3
			...
			eeb54eef78
		
	
		| 
						 | 
					@ -1,9 +0,0 @@
 | 
				
			||||||
local M = {}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
M.settings = {
 | 
					 | 
				
			||||||
Lua = {
 | 
					 | 
				
			||||||
diagnostics = {
 | 
					 | 
				
			||||||
	globals = {"vim"}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
| 
						 | 
					@ -26,7 +26,6 @@ return {
 | 
				
			||||||
				svelte = { "biomejs" },
 | 
									svelte = { "biomejs" },
 | 
				
			||||||
				python = { "pylint" },
 | 
									python = { "pylint" },
 | 
				
			||||||
				markdown = { "proselint" },
 | 
									markdown = { "proselint" },
 | 
				
			||||||
				lua = {"luacheck"},
 | 
					 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })
 | 
								local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,7 +25,6 @@ require("mason-lspconfig").setup({
 | 
				
			||||||
		"bashls",
 | 
							"bashls",
 | 
				
			||||||
		"eslint",
 | 
							"eslint",
 | 
				
			||||||
		"marksman",
 | 
							"marksman",
 | 
				
			||||||
		--"lua_ls" has to be installed via package manager on ARM systems
 | 
					 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	handlers = {
 | 
						handlers = {
 | 
				
			||||||
		default_setup,
 | 
							default_setup,
 | 
				
			||||||
| 
						 | 
					@ -53,11 +52,4 @@ require("mason-lspconfig").setup_handlers({
 | 
				
			||||||
			settings = require("config.lsp.servers.eslint").settings,
 | 
								settings = require("config.lsp.servers.eslint").settings,
 | 
				
			||||||
		})
 | 
							})
 | 
				
			||||||
	end,
 | 
						end,
 | 
				
			||||||
	["lua_ls"] = function()
 | 
					 | 
				
			||||||
		lspconfig.lua_ls.setup({
 | 
					 | 
				
			||||||
			capabilities = capabilities,
 | 
					 | 
				
			||||||
			on_attach = require("config.lsp.servers.lua").on_attach,
 | 
					 | 
				
			||||||
			settings = require("config.lsp.servers.lua").settings,
 | 
					 | 
				
			||||||
		})
 | 
					 | 
				
			||||||
	end
 | 
					 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue