qol: make qmlls work with quickshell

This commit is contained in:
2025-12-22 00:54:37 +00:00
parent da85b5cd0c
commit 036b87d978
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ nix/nixos.qcow2
nix_file.tar.gz nix_file.tar.gz
nvim nvim
tmux/plugins tmux/plugins
modules/quickshell/quickshell/.qmlls.ini

View File

@@ -43,6 +43,9 @@ in
servers = { servers = {
qmlls = { qmlls = {
enable = true; enable = true;
config = {
cmd = "-E";
};
}; };
rust_analyzer = { rust_analyzer = {
enable = true; enable = true;

View File

@@ -1,4 +1,4 @@
//@ pragma UseQApplication // @ pragma UseQApplication
import Quickshell import Quickshell
import QtQuick import QtQuick
import "bar" as Bar import "bar" as Bar