dap arghhh cmp

This commit is contained in:
Christian Nieves
2023-11-26 12:57:56 -06:00
parent dc0eb7d2ad
commit f054ccd98c
13 changed files with 140 additions and 52 deletions

View File

@ -1,6 +1,10 @@
return {
"mfussenegger/nvim-lint",
config = function()
require("lint").linters_by_ft = {
gdscript = { "gdlint" },
}
vim.api.nvim_create_autocmd({ "BufWritePost" }, {
callback = function()
require("lint").try_lint()