better-vim.lua
module.
To customize the layout, use the lualine.sections
field. Let’s see how to add a branch section to the statusline:
| a, b, c ------- x, y, z |
You can use this example to explore the available options to customize the sections.
lualine.options
field. Let’s see how to change the statusline theme from auto
(default) to dracula
:
better-vim.lua
module. Let’s
see how to change the default filters to show all dotfiles on the file explorer:
better-vim.lua
module. Let’s see an example:
better-vim.lua
, check out the mappings documentation.better-vim.lua
module. Let’s see an example:
treesitter
in better-vim.lua
file.
This entry accepts two types of data:
"all"
that will install all available treesitter plugins;treesitter = "all"
, but want to ignore some plugins, you can
use a table on treesitter_ignore
entry:
git status
of the project. You can configure
the plugin from the entry gitsigns
in better-vim.lua
file:
noice
in better-vim.lua
file:
nvim
command, you’ll see a pretty simple dashboard:
dashboard.header
entry in better-vim.lua
file:
MaximilianLloyd/ascii.nvim
plugin
is the source of the above ASCII Art.
Be creative!
unload_plugins
to remove some unessencial
plugin from Better Vim:
noice.nvim
plugin will be unload.