VHDL LSP integration update
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 42s
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 42s
This commit is contained in:
@@ -71,6 +71,16 @@ require("formatter").setup({
|
||||
end,
|
||||
},
|
||||
|
||||
veryl = {
|
||||
function()
|
||||
return {
|
||||
exe = "veryl fmt",
|
||||
args = {},
|
||||
stdin = false,
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
||||
-- Use the special "*" filetype for defining formatter configurations on
|
||||
-- any filetype
|
||||
["*"] = {
|
||||
|
||||
Reference in New Issue
Block a user