-
Notifications
You must be signed in to change notification settings - Fork 0
User configuration
lcfd edited this page Aug 30, 2024
·
3 revisions
You can change some of Narya's generic behaviors. For example, enable or disable entire plugins.
Add the config.lua
file in lua/user
.
So it will be lua/user/config.lua
.
This file must return a Lua table like this:
local config = {
alpha_enabled = false,
neo_tree_enabled = false
}
return config
Here are the supported options.
name | type |
---|---|
alpha_enabled | boolean |
neo_tree_enabled | boolean |
bufferline_enabled | boolean |