Compare commits
No commits in common. "0eafcb26b277f86bec59b9b64888073551814b83" and "67363070e35b68fd93b155bf262db9dc89e67151" have entirely different histories.
0eafcb26b2
...
67363070e3
@ -179,11 +179,6 @@ return {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
lspconfig.asm_lsp.setup({
|
|
||||||
on_attach = on_attach,
|
|
||||||
capabilities = capabilities,
|
|
||||||
})
|
|
||||||
|
|
||||||
local java_on_attach = function(client, bufnr)
|
local java_on_attach = function(client, bufnr)
|
||||||
on_attach(client, bufnr)
|
on_attach(client, bufnr)
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
require("nvim-treesitter.configs").setup({
|
require("nvim-treesitter.configs").setup({
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"asm",
|
|
||||||
"bash",
|
"bash",
|
||||||
"c",
|
"c",
|
||||||
"cpp",
|
"cpp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user