TheDocumentation Index
Fetch the complete documentation index at: https://docs.bettervim.com/llms.txt
Use this file to discover all available pages before exploring further.
flags option is used to toggle features on the config. Let’s see an example of how to use the flags option to disable the Better Vim tabs feature:
Open your Better Vim config and add the flags option:
better-vim.lua
Available flags
disable_tabs
Disable the tabs feature.
- Options:
trueandfalse - Default:
false
format_on_save
Auto format the code on save if the LSP has this feature.
- Options:
trueandfalse - Default:
false
disable_auto_theme_loading
Disable theme auto loading. Use this flag if you want to setup your theme manually without setting colorscheme and loading themes automatically.
- Options:
trueandfalse - Default:
false
experimental_tsserver
Use typescript-tools as LSP instead of tsserver from mason-lspconfig.
This feature is experimental, but you can enable/disable it any time.
To create your own custom on_attach function, you can keep using lsps.tsserver, as shown in Installing LSPs section.
- Options:
trueandfalse - Default:
false