treewide(docs): use literalLua instead of __raw in option examples

This commit is contained in:
Axel Karjalainen 2025-10-04 22:38:00 +03:00 committed by Gaétan Lepage
parent 5aae2b9fcd
commit 5ddfbdf1c2
23 changed files with 54 additions and 57 deletions

View file

@ -141,7 +141,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
Close the terminal window when the process exits.
'';
shell = helpers.defaultNullOpts.mkStr { __raw = "vim.o.shell"; } ''
shell = helpers.defaultNullOpts.mkStr (lib.nixvim.literalLua "vim.o.shell") ''
Change the default shell.
'';