mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
fix: typo (#1227)
This commit is contained in:
parent
85b76132d8
commit
45dec97e80
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
active = {
|
active = {
|
||||||
left = [
|
left = [
|
||||||
["mode" "paste"]
|
["mode" "paste"]
|
||||||
["redaonly" "filename" "modified" "helloworld"]
|
["readonly" "filename" "modified" "helloworld"]
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue