-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c87a23
commit 70f7c21
Showing
4 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
-- See https://luals.github.io/wiki/annotations/ | ||
|
||
---@meta types | ||
|
||
---@class Softener | ||
---@field default number | ||
|
||
---@class Options | ||
---@field set_nvim_opt_defaults boolean | ||
---@field softener Softener | ||
---@field create_commands boolean | ||
---@field create_keymaps boolean | ||
---@field auto_set_mode_heuristically boolean | ||
---@field auto_set_mode_filetype_allowlist string[] | ||
---@field auto_set_mode_filetype_denylist string[] | ||
---@field buftype_allowlist string[] | ||
---@field excluded_treesitter_queries table[] | ||
---@field notify_on_switch boolean | ||
---@field log_path string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters