Compare commits

..

No commits in common. "0eafcb26b277f86bec59b9b64888073551814b83" and "67363070e35b68fd93b155bf262db9dc89e67151" have entirely different histories.

2 changed files with 207 additions and 213 deletions

View File

@ -179,11 +179,6 @@ return {
},
})
lspconfig.asm_lsp.setup({
on_attach = on_attach,
capabilities = capabilities,
})
local java_on_attach = function(client, bufnr)
on_attach(client, bufnr)

View File

@ -5,7 +5,6 @@ return {
config = function()
require("nvim-treesitter.configs").setup({
ensure_installed = {
"asm",
"bash",
"c",
"cpp",