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:
disable_tabs
true
and false
false
format_on_save
true
and false
false
disable_auto_theme_loading
colorscheme
and loading themes automatically.
true
and false
false
experimental_tsserver
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.
true
and false
false