chore: cleanup lsp.lua eef365db
Steve · 2026-06-11 19:26 2 file(s) · +0 −13
nvim/lsp/asm-lsp.lua (deleted) +0 −12
1 -
return {
2 -
	cmd = {
3 -
		"asm-lsp",
4 -
	},
5 -
	filetypes = {
6 -
		"s",
7 -
		"S",
8 -
		"asm"
9 -
	},
10 -
	single_file_support = true,
11 -
	log_level = vim.lsp.protocol.MessageType.Warning,
12 -
}
nvim/lua/core/lsp.lua +0 −1
4 4
  "lua_ls",
5 5
  "tsserver",
6 6
  "rust-analyzer",
7 -
  "asm-lsp",
8 7
  "solc",
9 8
  "html",
10 9
  "json"