Use ALE instead of coc for hdl_checker
This commit is contained in:
parent
cd31c4ebe1
commit
624f8f7ca5
2 changed files with 0 additions and 21 deletions
|
@ -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:
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"languageserver": {
|
||||
"hdlChecker": {
|
||||
"command": "hdl_checker",
|
||||
"args": [
|
||||
"--lsp"
|
||||
],
|
||||
"filetypes": [
|
||||
"vhdl",
|
||||
"verilog",
|
||||
"systemverilog"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue