You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/easy-dotnet/init.lua
+2
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,8 @@ M.setup = function(opts)
158
158
159
159
ifmerged_opts.auto_bootstrap_namespace.enabled==truethenrequire("easy-dotnet.cs-mappings").auto_bootstrap_namespace(merged_opts.auto_bootstrap_namespace.type) end
160
160
161
+
ifmerged_opts.enable_filetypes==truethenrequire("easy-dotnet.filetypes").enable_filetypes() end
0 commit comments