Compare commits
2 Commits
67363070e3
...
0eafcb26b2
Author | SHA1 | Date | |
---|---|---|---|
0eafcb26b2 | |||
f7d3c8b24b |
@ -179,6 +179,11 @@ 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,6 +5,7 @@ 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