remove ALE leftovers
This commit is contained in:
parent
7cacb020e0
commit
8b0a257ee5
1 changed files with 0 additions and 3 deletions
3
init.lua
3
init.lua
|
|
@ -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%# %.%\\{-}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue