fix: add config option to enable following symlinks to directories (default: false)

This commit is contained in:
CJ van den Berg 2026-02-11 13:05:43 +01:00
parent 4df20c96ca
commit d178c8c2e1
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 20 additions and 7 deletions

View file

@ -174,6 +174,7 @@ fn init(allocator: Allocator) InitError!*Self {
const frame_clock = try tp.metronome.init(frame_time);
tp.env.get().set("lsp_verbose", conf.lsp_output == .verbose);
tp.env.get().set("follow_directory_symlinks", conf.follow_directory_symlinks);
var self = try allocator.create(Self);
// don't destroy