1
0
Fork 0

remove ALE leftovers

This commit is contained in:
Felipe 2023-08-02 01:32:27 -04:00
parent 7cacb020e0
commit 8b0a257ee5
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -265,9 +265,6 @@ vim.api.nvim_create_autocmd({ "BufWritePre" }, {
}) })
---- Plugins ---- ---- Plugins ----
-- Go
g.ale_go_golangci_lint_options = ""
g.ale_go_golangci_lint_package = 1
---- nvim-lint ---- ---- nvim-lint ----
local lint = require("lint") local lint = require("lint")
local clippy_format = "%E%f:%l:%c: %\\d%#:%\\d%# %.%\\{-}" local clippy_format = "%E%f:%l:%c: %\\d%#:%\\d%# %.%\\{-}"