Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Provide wrapper scripts for svls, in addition to svlint. #259

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

DaveMcEwan
Copy link
Contributor

These are usable in Vim with vim-lsp like this:

if executable('svls-parseonly')
    au User lsp_setup call lsp#register_server({
        \ 'name': 'svls-parseonly',
        \ 'cmd': {server_info->['svls-parseonly']},
        \ 'whitelist': ['systemverilog'],
        \ })
endif

Users can configure their editor to use different commands via editor-specific interfaces like key-bindings, drop-down menus, etc.

These are usable in Vim with vim-lsp like this:

```vim
if executable('svls-parseonly')
    au User lsp_setup call lsp#register_server({
        \ 'name': 'svls-parseonly',
        \ 'cmd': {server_info->['svls-parseonly']},
        \ 'whitelist': ['systemverilog'],
        \ })
endif
```

Users can configure their editor to use different commands via
editor-specific interfaces like key-bindings, drop-down menus, etc.
@DaveMcEwan DaveMcEwan changed the title svlsWrappers Provide wrapper scripts for svls, in addition to svlint. Feature: Provide wrapper scripts for svls, in addition to svlint. Jun 30, 2023
@dalance dalance merged commit 56108b8 into dalance:master Aug 9, 2023
4 checks passed
@DaveMcEwan DaveMcEwan deleted the svlsWrappers branch August 23, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants