MyNixOS website logo
option

programs.neovim.extraLuaConfig

Custom lua lines.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  vim.opt.nobackup = true
''