diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-08-10 16:00:03 -0400 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-08-10 16:00:03 -0400 |
commit | c9f1a2f591898e4c157f4324b716c3367a53413b (patch) | |
tree | 6c2fc35529e5c0eb234c3819f53c94c2596d5d18 /nvim | |
parent | df1a37cbc070b355e7be99840a0f4fd47279f39e (diff) | |
download | config-c9f1a2f591898e4c157f4324b716c3367a53413b.tar.gz |
config changes 8/10/25laptop
Diffstat (limited to 'nvim')
-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" }, }) |