adsk changes
This commit is contained in:
parent
58b854c089
commit
5b02259b30
12 changed files with 61 additions and 15 deletions
|
|
@ -207,3 +207,11 @@ table.insert(lvim.builtin.cmp.sources, 1, { name = "copilot" })
|
|||
-- require("nvim-treesitter.highlight").attach(0, "bash")
|
||||
-- end,
|
||||
-- })
|
||||
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = { "Jenkinsfile" },
|
||||
callback = function()
|
||||
require("nvim-treesitter.highlight").attach(0, "groovy")
|
||||
command = "set ft=groovy"
|
||||
end,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue