diff options
| author | Joshua Yun <joshua@joshuayun.com> | 2025-08-10 16:00:03 -0400 |
|---|---|---|
| committer | Joshua Yun <joshua@joshuayun.com> | 2025-10-28 09:58:39 -0500 |
| commit | ea2b5600f46bdbfbef8735384f4f4bd2d82ae1ed (patch) | |
| tree | 32b1e2a3bc9dd1272a261dd7223a1f3f7882dc90 /nvim/lua/plugins | |
| parent | fe2ca495a7628dadd69ef1f3ef08d9c9fb3d5df7 (diff) | |
| download | config-ea2b5600f46bdbfbef8735384f4f4bd2d82ae1ed.tar.gz | |
config changes 8/10/25
Diffstat (limited to 'nvim/lua/plugins')
| -rwxr-xr-x | nvim/lua/plugins/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/plugins.lua b/nvim/lua/plugins/plugins.lua index ad3d8e3..0f7a9ea 100755 --- a/nvim/lua/plugins/plugins.lua +++ b/nvim/lua/plugins/plugins.lua @@ -56,7 +56,7 @@ return { verible = function(_, opts) vim.lsp.enable('verible') vim.lsp.config('verible', { - cmd = { "verible-verilog-ls", "--rules=+line-length=length:200" }, + cmd = { "verible-verilog-ls", "--rules=+line-length=length:400" }, filetypes = { "systemverilog", "verilog" }, root_markers = { ".git" }, }) |
