fix: disable highlight_references on idle by default
There are still minor issues with auto find.
This commit is contained in:
parent
c796def967
commit
ced20a0fec
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ lsp_output: enum { quiet, verbose } = .quiet,
|
|||
|
||||
include_files: []const u8 = "",
|
||||
|
||||
const default_actions = [_]IdleAction{.highlight_references};
|
||||
const default_actions = [_]IdleAction{};
|
||||
pub const IdleAction = enum {
|
||||
hover,
|
||||
highlight_references,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue