Jenkinsfile's are groovy

lazyvim
Andy Teijelo 2022-11-03 11:10:22 -04:00
parent a681654ff2
commit aeca5a8d4c
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
end,
})
vim.cmd("autocmd BufRead,BufNewFile Jenkinsfile set filetype=groovy")
vim.cmd("autocmd BufEnter * ++nested if winnr('$') == 1 && bufname() == 'NvimTree_' . tabpagenr() | quit | endif")
-- vim.api.nvim_create_autocmd({ "BufEnter" }, {