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)
|
||||
on_attach(client, bufnr)
|
||||
|
||||
|
@ -5,6 +5,7 @@ return {
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = {
|
||||
"asm",
|
||||
"bash",
|
||||
"c",
|
||||
"cpp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user