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