Skip to content

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 your config file

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

Options

Here are the supported options.

Enable/disable plugings

name type
alpha_enabled boolean
neo_tree_enabled boolean
bufferline_enabled boolean
Clone this wiki locally