From dbcea96aadb0ee7addcdb0bd0a5bfda6f5cd93e8 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 4 May 2025 13:51:11 -0400 Subject: Stop dual wielding LSPs --- vhdl_ls.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'vhdl_ls.toml') diff --git a/vhdl_ls.toml b/vhdl_ls.toml index d481c37..b450102 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -14,6 +14,15 @@ UNISIM.files = [ ] UNISIM.is_third_party = true +IEEE.files = [ + "/tools/ghdl/libraries/ieee2008/*.vhdl", + "/tools/ghdl/libraries/ieee/*.vhdl", + # "/tools/ghdl +] +IEEE.is_third_party = true + + + [lint] unused = "error" unnecessary_work_library = false -- cgit v1.2.3