📝 docs(readme): update options section
Update the Options section on the README documentation to reflect the current method of setting rootiest options.
This commit is contained in:
@@ -176,36 +176,17 @@ Features and
|
|||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
There are some hidden files in the configuration directory that can be
|
Options are configured in the `config/options.lua` file under the `ROOTIEST` header.
|
||||||
used to configure user options.
|
|
||||||
|
|
||||||
- `.colorscheme` : **Set the colorscheme**
|
The default values are:
|
||||||
This file facilitates restoring the colorscheme between sessions.
|
|
||||||
This value is overwritten when the colorscheme is changed in the UI.
|
|
||||||
|
|
||||||
- `.leader` : **Set the leader key**
|
```lua
|
||||||
This file defines the leader key used in the mappings.
|
-- --------------------------------- ROOTIEST -----------------------------------
|
||||||
It contains only a single space by default.
|
vim.g.aitool = "codeium" --Options: codeium, copilot, tabnine, minuet, none
|
||||||
|
vim.g.usewakatime = true --Options: true, false
|
||||||
- `.aitool` : **Set the AI tool**
|
vim.g.usehardtime = false --Options: true, false
|
||||||
This file defines the AI plugin used for code completion.
|
vim.g.useimage = true --Options: true, false
|
||||||
The options are `codeium` `copilot` `tabnine` `minuet` or `none`.
|
```
|
||||||
|
|
||||||
- `.wakatime` : **Enables WakaTime**
|
|
||||||
This file defines whether the WakaTime plugin is enabled.
|
|
||||||
The options are `true` or `false`.
|
|
||||||
|
|
||||||
- `.useimage` : **Enables Image plugin**
|
|
||||||
This file defines whether the Image plugin is enabled.
|
|
||||||
The options are `true` or `false`.
|
|
||||||
|
|
||||||
- `.hardtime` : **Enables Hardtime plugin**
|
|
||||||
This file defines whether the Hardtime plugin is enabled.
|
|
||||||
The options are `true` or `false`.
|
|
||||||
|
|
||||||
- `.ignore-deps` : **Disables dependency check**
|
|
||||||
This file defines whether the dependency check is enabled.
|
|
||||||
The options are `true` or `false`.
|
|
||||||
|
|
||||||
## Companion Tools
|
## Companion Tools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user