Add coc-settings for hdl-checker
This commit is contained in:
parent
ae9f014a08
commit
01bd7433ca
2 changed files with 21 additions and 0 deletions
|
@ -385,6 +385,9 @@ vim:
|
||||||
- run:
|
- run:
|
||||||
command: vim +BlackUpgrade +qall
|
command: vim +BlackUpgrade +qall
|
||||||
condition: update
|
condition: update
|
||||||
|
- symlink:
|
||||||
|
- dotfiles/vim/coc-settings.json
|
||||||
|
- ~/.vim/coc-settings.json
|
||||||
|
|
||||||
neovim:
|
neovim:
|
||||||
- depend:
|
- depend:
|
||||||
|
@ -397,6 +400,9 @@ neovim:
|
||||||
- symlink:
|
- symlink:
|
||||||
- dotfiles/vim/init.vim
|
- dotfiles/vim/init.vim
|
||||||
- ~/.config/nvim/init.vim
|
- ~/.config/nvim/init.vim
|
||||||
|
- symlink:
|
||||||
|
- dotfiles/vim/coc-settings.json
|
||||||
|
- ~/.config/nvim/coc-settings.json
|
||||||
|
|
||||||
zsh:
|
zsh:
|
||||||
- install:
|
- install:
|
||||||
|
|
15
dotfiles/vim/coc-settings.json
Normal file
15
dotfiles/vim/coc-settings.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"languageserver": {
|
||||||
|
"hdlChecker": {
|
||||||
|
"command": "hdl_checker",
|
||||||
|
"args": [
|
||||||
|
"--lsp"
|
||||||
|
],
|
||||||
|
"filetypes": [
|
||||||
|
"vhdl",
|
||||||
|
"verilog",
|
||||||
|
"systemverilog"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue