mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-15 02:58:15 +08:00
add qmlls
This commit is contained in:
parent
5e08e02cd5
commit
3bc73d6eaf
2 changed files with 5 additions and 0 deletions
|
|
@ -74,6 +74,10 @@
|
|||
"rmd"
|
||||
];
|
||||
};
|
||||
qmlls = {
|
||||
enable = true;
|
||||
filetypes = [ "qml" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
conform-nvim = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue