mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
Change triple single quotes to two single quotes
In Nix a multi line comment is two single quotes.
This commit is contained in:
parent
df7a90127b
commit
c5143dc519
1 changed files with 2 additions and 2 deletions
|
@ -419,10 +419,10 @@ provided:
|
|||
```nix
|
||||
{
|
||||
programs.nixvim = {
|
||||
extraConfigLua = '''
|
||||
extraConfigLua = ''
|
||||
-- Print a little welcome message when nvim is opened!
|
||||
print("Hello world!")
|
||||
''';
|
||||
'';
|
||||
};
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue