fix: add config option to enable following symlinks to directories (default: false)
This commit is contained in:
parent
4df20c96ca
commit
d178c8c2e1
4 changed files with 20 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue