add ansible lsp configuration
This commit is contained in:
@@ -49,7 +49,7 @@ vim.keymap.set({ "n", "v" }, "<leader>lf", function()
|
||||
end, { desc = "Format" })
|
||||
|
||||
lint.linters_by_ft = {
|
||||
phpcs = { "phpcs" },
|
||||
php = { "phpcs" },
|
||||
}
|
||||
|
||||
vim.api.nvim_create_autocmd({ "BufEnter", "BufWritePost", "InsertLeave" }, {
|
||||
|
||||
Reference in New Issue
Block a user