We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The default svls config seems unable to find the root directory.
To change I suggest updating the root_dir default setting as follows
local util = require 'lspconfig.util' lspconfig.svls.setup { root_dir = util.root_pattern(".svls.toml", ".git") }
NVIM v0.9.1 Build type: Release LuaJIT 2.1.0-beta3
system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/local/share/nvim"
Run :checkhealth for more info
No response
Ubuntu WSL and 22.4
svls
Run the basic config
lspconfig.svls.setup {}
Open a verilog file (*.v)
language sever does not boot
LSPInfo shows it cannot find the root directory
The fix is in the description.
The fix is in the description
The text was updated successfully, but these errors were encountered:
send a pr
Sorry, something went wrong.
No branches or pull requests
Description
The default svls config seems unable to find the root directory.
To change I suggest updating the root_dir default setting as follows
Neovim version
NVIM v0.9.1
Build type: Release
LuaJIT 2.1.0-beta3
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/share/nvim"
Run :checkhealth for more info
Nvim-lspconfig version
No response
Operating system and version
Ubuntu WSL and 22.4
Affected language servers
svls
Steps to reproduce
Run the basic config
lspconfig.svls.setup {}
Open a verilog file (*.v)
Actual behavior
language sever does not boot
LSPInfo shows it cannot find the root directory
Expected behavior
The fix is in the description.
Minimal config
LSP log
The fix is in the description
The text was updated successfully, but these errors were encountered: