summaryrefslogtreecommitdiff
path: root/vhdl_ls.toml
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2025-05-04 13:51:11 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2025-05-04 13:51:11 -0400
commitdbcea96aadb0ee7addcdb0bd0a5bfda6f5cd93e8 (patch)
tree802490dc09d90ca9c4bfd597a02b25f4c04b2ebb /vhdl_ls.toml
parentb6e76bbdea1acf7a634c242f3118fdd79f569fc1 (diff)
Stop dual wielding LSPs
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r--vhdl_ls.toml9
1 files changed, 9 insertions, 0 deletions
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