Use ALE instead of coc for hdl_checker

This commit is contained in:
flyingscorpio@arch-desktop 2021-09-23 09:01:14 +02:00
parent cd31c4ebe1
commit 624f8f7ca5
2 changed files with 0 additions and 21 deletions

View file

@ -400,9 +400,6 @@ vim:
condition: update
- run:
- pip install -U hdl-checker --user
- symlink:
- dotfiles/vim/coc-settings.json
- ~/.vim/coc-settings.json
neovim:
- depend:
@ -415,9 +412,6 @@ neovim:
- symlink:
- dotfiles/vim/init.vim
- ~/.config/nvim/init.vim
- symlink:
- dotfiles/vim/coc-settings.json
- ~/.config/nvim/coc-settings.json
zsh:
- install:

View file

@ -1,15 +0,0 @@
{
"languageserver": {
"hdlChecker": {
"command": "hdl_checker",
"args": [
"--lsp"
],
"filetypes": [
"vhdl",
"verilog",
"systemverilog"
]
}
}
}